Posts by Jean Paul • 71 points
2 posts
-
0
votes1
answer136
viewsA: Good practice when loading a div with database data, using jQuery
Since you don’t use a template-teach, the best way would be to add some color classes in your CSS, and after the ajax request you return in your json object the right color for each post.…
-
7
votes5
answers2672
viewsA: What is the </datalist> tag for?
The tag specifies a list of predefined options for an element . The tag is used to provide an "auto-fill" feature on elements. Users will see a drop-down list of predefined options as they enter…