Posts by user274926 • 86 points
4 posts
-
1
votes2
answers834
viewsA: jQuery fetch all checked checkboxes from a div through a click on button
Remove the element <a> that is encapsulating the element <img>, for this has no purpose. Unless you prefer to remove the element <img> and pass the image src as the element…
-
0
votes1
answer47
viewsA: (Backbonejs) Run a View after server return
The easiest way would be to utilize the backbone Collection’s native features. Replace the input type Submit with an input type button (or a div) so that you don’t have to cancel the default…
-
3
votes1
answer19326
viewsA: How to add image as fixed background?
There’s a way to do this just with css, this way of IE 9 only support+. If it’s a fixed image that will stay there forever, you can leave it on the body (or tag "container" of your website) as…
-
3
votes4
answers1123
viewsA: Next record. PHP + Mysql
If I understood correctly, you need to search for several different ids in a table, for that, you need a repeat loop (it doesn’t need to be necessarily a while), with a for, for example, it would be…