Posts by Ally • 51 points
3 posts
-
3
votes2
answers297
viewsQ: select the same id with different numbering jQuery
Use append to create numbering: $("#navigation").append("<li class='waves-effect' id='page_" + (i + 1) + "'>" + "<a>" + (i + 1) + "</a></li>"); I have specific css for each…
-
1
votes1
answer122
viewsA: How to do this? Transition Page within Modal?
First you have to create those modals with Materialize or Bootstrap, or even from scratch. 2º I think we used Hide() and show() with a transition to create this effect see an example here…
-
1
votes2
answers668
viewsA: Icon libraries
You can try these http://materializecss.com/icons.html although the ones from the fontawesome, in my view, are the coolest