Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
66 views

I have been trying to find a video or explanation on how to use contentFor(). I already read the documentation, but it is still not working. A view: tyler <%- contentFor('foo') %> club <%- ...
1 vote
1 answer
46 views

Given: <ul> <%= users.forEach(function(user){ %> <li><%= user.name %></li> <%= }); %> </ul> and: app.set('view engine', 'ejs'); app.get('/', (req, ...
ciphermagi's user avatar
1 vote
1 answer
136 views

I have a container with multiple items displayed using CSS Flexbox, with flex-wrap: wrap and justify-content: center so that the items are visually centered and wrap responsively. Each item has a ...
Tani's user avatar
  • 1
Advice
0 votes
1 replies
37 views

I am an experienced programmer, but am new to Web Development. I have become familiar with several technologies, including embedded Javascript, which I would like to use for my employer's project. ...
Stellas Man's user avatar
1 vote
1 answer
59 views

I'm trying to include an html file in my ejs templates. Not working. Everything else works. Tried a million different paths in my Include Wrong approach? Wrong syntax? Use the "path" ...
user1851446's user avatar
0 votes
0 answers
36 views

I'm working on an Express + EJS project and getting this error when rendering my invoice.ejs view: TypeError: C:\Users\naray\OneDrive\Desktop\Invoice-saas\invoice-generator\views\invoice.ejs:17 >&...
0 votes
2 answers
152 views

I'm developing a feature to generate a PDF health report from an EJS template. I'm trying to add page numbers (e.g., "Page 1 of 10") to the footer of each page. I'm using the CSS Paged Media ...
0 votes
0 answers
75 views

A of class="active" is added based on what star I click on. With schema, how do I connect it to the db, creating a default 1 star to every post? Tried to do it with "score:" but ...
0 votes
0 answers
38 views

So i am new to programming so pardon me. I am building a blog app with ejs and node js that has a google sign in functionality through passport js.. the functionality works, however when i click on ...
2 votes
0 answers
77 views

I have this form which has various input types: <form action="/listings/create" method="post"> <fieldset> <legend>Informacije o zgradi</legend> &...
0 votes
0 answers
60 views

i am working on a full stack web developement project and i'm stuck where localhost:3000 in my browser can't show the before and after mentioned in the layout.ejs file, which are outside the <%- ...
0 votes
0 answers
80 views

I am trying to access my header variables sent from NodeJS in my script.js file. I can successfully pass the variables into my EJS templates and use them there; however, I can find a way to access the ...
0 votes
0 answers
92 views

I'm currently trying to make a login and signup form using EJS, Express, Node, etc. However Whenever I submit data from a form, all data is being returned as "Invalid" I've checked my user ...
-1 votes
1 answer
89 views

I'm running a express server and render a list. This is the code of the route: try { let result = await servCollections.prepareDataForListCollections(); let colls = result.data; let ...
0 votes
1 answer
56 views

I'm trying to make my component generator more flexible by adding in an option to make it a custom form control. I have the options set up in the schema along with an x-prompt object to provide the ...
Optiq's user avatar
  • 3,354

15 30 50 per page
1
2 3 4 5
...
432

AltStyle によって変換されたページ (->オリジナル) /