Loading...
Uploaded by thenewboston on Aug 9, 2011
Check out the full jQuery series at http://www.thenewboston.com/ Here is a link to the phpacademy YouTube Channel. Go and subscribe now!http://www.youtube.com/user/phpacademyAnd here is the phpacademy official website:http://phpacademy.org/
Education
Standard YouTube License
what event handler instead of ready or load . wud i use for a time duration like for when the page been loaded for 60000 (1 minute) fadeOut(3000)
iBossDawg 2 weeks ago
Thnx!
FoxKllD 1 month ago
Thanks, those tutorials really help
DmitryMakovetskiy 1 month ago
@twiksify
They are not variables, they are objects.
Nahiyan12 2 months ago
thanks very much for tutorials!
The1Obito 3 months ago in playlist More videos from thenewboston
i could not get $(window).load to work, but if i use window.onload, it work fine.
how come ?
youpattube1 4 months ago
fantastic thanks great
davidsmith1359 5 months ago
@tridnguyen document and window are both raw/original javascript variables.
document represents the html code.
window represents the browser window.
for example window.document is equal to simply document
twiksify 6 months ago 2
@Ails1234 .ready was for when the DOM was ready and the .load was for when a specific element on a page has loaded.
VibeClothingLine 6 months ago
@suteerth12 yes dreamweaver is just an tool, jquery is just as simple as copy and pasting code into a .js file therefore jquery has no incompatiblities.
Load more suggestions
what event handler instead of ready or load . wud i use for a time duration like for when the page been loaded for 60000 (1 minute) fadeOut(3000)
iBossDawg 2 weeks ago
Thnx!
FoxKllD 1 month ago
Thanks, those tutorials really help
DmitryMakovetskiy 1 month ago
@twiksify
They are not variables, they are objects.
Nahiyan12 2 months ago
thanks very much for tutorials!
The1Obito 3 months ago in playlist More videos from thenewboston
i could not get $(window).load to work, but if i use window.onload, it work fine.
how come ?
youpattube1 4 months ago
fantastic thanks great
davidsmith1359 5 months ago
@tridnguyen document and window are both raw/original javascript variables.
document represents the html code.
window represents the browser window.
for example window.document is equal to simply document
twiksify 6 months ago 2
@Ails1234 .ready was for when the DOM was ready and the .load was for when a specific element on a page has loaded.
VibeClothingLine 6 months ago
@suteerth12 yes dreamweaver is just an tool, jquery is just as simple as copy and pasting code into a .js file therefore jquery has no incompatiblities.
VibeClothingLine 6 months ago