Posts by José Teixeira Junior • 11 points
2 posts
-
1
votes2
answers1216
viewsA: jQuery how to load a link in a div without refreshing the page?
Your script can delete the ". content" from the end of the load and should include access to div through "#" instead of "." since it is "id" and not "class": <script type="text/javascript"…
-
0
votes2
answers79
viewsA: Remove Download after page fully load
Whatever the language, jQuery will inform you that your page has been completed when the DOM is loaded. As you perform post-loading asynchronous DOM operations, I suggest you place the code of your…