Welcome To Snipplr
Everyone's Recent HTML Snippets Tagged jquery
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Proper way of loading libs such as jQuery from Google's CDN. Place these JavaScripts at the bottom for fast page loading. To target different versions, you can be more specific if you want; eg. /1.4/ or even /1.4.4/.
(NOTE: you may either use http...
0
713
posted 12 years ago by hced
this thing works except of course for IE which makes the bold text make a little jump like effect in the end. If anyone has a solution please let me know :)
cheers!
Johanna
0
354
posted 12 years ago by epictree
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
416
posted 12 years ago by touffies
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
390
posted 12 years ago by Deej
First, we select the link with an ID of #some_id, and prevent the default event from occurring (which would be to follow the link and load the target page). We grab the original destination of the link (by retrieving the href attribute of the link we...
3
392
posted 12 years ago by jmsrie
Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.
1
686
posted 12 years ago by f6design
blank xhtml template from NetBeans 6,9 with load all google AJAX Libraries API
2
761
posted 12 years ago by knedle
There are a lot of 'starters' out there but I wanted one with all the things I use to start a new project. I find it easier to remove lines I don't need than to hunt and peck for each item...this also makes the starter serve as a sort of 'checklist'...
2
766
posted 13 years ago by mahalie
This is a raw example of the nested lists structure with inherited numeration.
0
468
posted 13 years ago by frujo