Posts by Nicolas Pio • 116 points
3 posts
-
2
votes2
answers67
viewsA: Return image value
You have to take the "src" attribute from the image with the . attr from jQuery, follow the code: http://jsfiddle.net/bxcvahko/2/ $(function(){ $(".jogo").click(function(){…
jqueryanswered Nicolas Pio 116 -
6
votes1
answer248
viewsQ: Use Angular routes straight from HTML file
I need to develop an offline app where it will be accessed directly from the HTML file, as far as I know Angular needs the HTTP protocol to perform the routes yet. Ex.: The URL will look like this…
-
2
votes3
answers302
viewsA: Find the highest value ending ID
To simplify you could instead of using the ID to make the selection use CLASS and the desired data in the ID, the structure would look like this: <div id="1" class="container">…
jqueryanswered Nicolas Pio 116