220 likes | 304 Views
var title = “ jQuery: The Basics and Beyond ”;. $(this).data( { target: ‘BEGINNERS’ , speaker: ’ superKalo ’ } );. Kaloyan Kosev. Web Developer a t DevLabs .bg LinkedIn/ superKalo. jQuery: The Basics and Beyond. $(this).agenda ({ About: ‘ Why? ’,
E N D
var title = “jQuery: The Basics and Beyond”; $(this).data({ target: ‘BEGINNERS’, speaker: ’superKalo’ });
KaloyanKosev Web Developer at DevLabs.bg LinkedIn/ superKalo
jQuery: The Basics and Beyond $(this).agenda({ About: ‘Why?’, Selectors: ‘Retrieving page content’, Events: ‘The event handling features’, Effects: ‘Creating basic animations’ });
About: Why jQuery? $(this).agenda({ 1: ‘Cross-Browser Support’, });
About: Why jQuery? $(this).agenda({ 1: ‘Cross-Browser Support’, 2: ‘Easy to Learn + Community Support’, });
About: Why jQuery? $(this).agenda({ 1: ‘Cross-Browser Support’, 2: ‘Easy to Learn + Community Support’, 3: ‘Powerful DOM Selection’ });
jQuery versions? jQuery 1.x vs. jQuery 2.x
Selectors: Retrieving page content jQuery() $()
Selectors: Retrieving page content $(“#myId”) $(“.myClass”)
Selectors: Retrieving page content $(“ ..CSS.. ”)
Selectors: Retrieving page content $( “.submenu:visible” ) $( “nav > ul > li” ) $( “input[type=text]” ) $( “li:even” ) $( “p:not(.redP)” )
Selectors: Retrieving page content Link1 Link2Link3 Link4 Link5
Selectors: Retrieving page content $( “a[href$=pdf]” ) .append(“<imgsrc=‘img/icon.jpg’ />”) Link1
Selectors: Retrieving page content $( “.subMenu:visible” ) $( “section:hidden” ) $( “a[href^=http]” )
Selectors: Retrieving page content $( “p:contains(смотан)” ).remove();
Events: The event handling features $( “#myElement” ).on( “ … ”, function(){ //Do something}); • click, mouseover, mouseout • blur, focus • scroll, resize
Effects: Creating basic animations $( “#myElement” ).fadeIn(); .fadeOut(); .slideUp(); .slideDown(); $( “#myElement” ).animate({ opacity: 0.2 });
My Contacts LinkedIn/ superKalo Facebook/ superKalo E-mail/ me@superKalo.com superKalo@devlabs.bg SlideShare/ KaloyanKosev
Thanks to our Sponsors: Diamond Sponsor: Gold Sponsors: Silver Sponsors: Technological Partners: Bronze Partners: Swag Sponsors: Media Partners: