SlideShare a Scribd company logo
jQuery Plugins
JavaScript is like lumber
•
•
•
•
•
•
•
•

Just add 2x4's™
Simple assembly, only straight cuts required
Makes any width you desire by the length of wood
Comfortable, ergonomic design
Strong and very durable
Made of maintenance-free structural resin
Lifetime manufacturer's warranty
Sand color

jQuery JavaScript Library
FREE!
•
•
•
•
•
•
•
•

Just add 2x4's™
Simple assembly, only straight cuts required
Makes any width you desire by the length of wood
Comfortable, ergonomic design
Strong and very durable
Made of maintenance-free structural resin
Lifetime manufacturer's warranty
Sand color

jQuery JavaScript Library
jQuery plugin
Refresher
Add jQuery to the <head>

<script	
  src="http://code.jquery.com/jquery.min.js"></script>
Refresher

$ (“.headline”).doSomething();
Refresher

$ (“.headline”).doSomething();
Refresher

$ (“.headline”).doSomething();
jQuery
Refresher

$ (“.headline”).doSomething();
jQuery
Refresher
CSS selector

$ (“.headline”).doSomething();
jQuery
Refresher
CSS selector

$ (“.headline”).doSomething();
jQuery
Refresher
CSS selector

$ (“.headline”).doSomething();
jQuery

jQuery command
For plugins, add code AFTER
jQuery
<script	
  src="http://code.jquery.com/jquery.min.js"></script>	
  
<script	
  src="jquery.fancybox.pack.js"></script>
For plugins, add code AFTER
jQuery
<script	
  src="http://code.jquery.com/jquery.min.js"></script>	
  
<script	
  src="jquery.fancybox.pack.js"></script>
Plugins create new jQuery
Methods build into jQuery proper
$("#mybox").fadeOut();	
  
!

$("#mybox").hide();	
  
!

$("#mybox").css("color",	
  "blue");
Plugins create new jQuery
Methods build into jQuery proper
$("#mybox").fadeOut();	
  
!

$("#mybox").hide();	
  
!

$("#mybox").css("color",	
  "blue");

New totally awesome jQuery method
$("#mybox").fancybox();
Fancy Box
Fancy Box
$(".fancybox").fancybox();

<a	
  href="image.jpg"	
  class="fancybox">Link	
  to	
  an	
  image</a>
jQuery Plugin Parameters

$(".fancybox").fancybox({});
jQuery Plugin Parameters

$(".fancybox").fancybox({});
curly brackets
jQuery Plugin Parameters
$(".fancybox").fancybox({	
  
!
!
!
!

});
jQuery Plugin Parameters
$(".fancybox").fancybox({	
  
!
!
!
!

});

Options go here
jQuery Plugin Parameters
$(".fancybox").fancybox({	
  
!

:"<h1>Hello	
  World</h1>",	
  
	
  	
  	
  content	
   	
   	
  	
  	
  	
  	
  
	
  	
  	
  width	
   :	
  400,	
  
	
  	
  
:	
  300,
	
  	
  	
  height	
  	
  	
  	
  	
  	
  	
  	
  
	
  
	
  	
  	
  	
  
!

});

More Related Content

PPT
058
PPTX
Digital marketing class ppt
PDF
PPTX
Drupal: Mitigating Risk with Multiple Content Creators
PPTX
15 Steps to Building a Better Blog
PDF
Automated Tests and CSS
KEY
Construct Unified
PPT
How Can A WordPress SEO Plugin Improve Your Search Ranking?
058
Digital marketing class ppt
Drupal: Mitigating Risk with Multiple Content Creators
15 Steps to Building a Better Blog
Automated Tests and CSS
Construct Unified
How Can A WordPress SEO Plugin Improve Your Search Ranking?

Similar to Jquery plugins (20)

PPT
2010 11 pubcon_hendison_wordpress
PDF
Presentation on Instant page speed optimization
PPT
J query presentation
PPT
J query presentation
PDF
Theme Development: From an idea to getting approved to wordpress.org
PPTX
Ui dev@naukri-2011
PPTX
SUG Bangalore - Overview of Sitecore Experience Accelerator with Pratik Satik...
PPTX
Static Site Generation with Hugo and Markdown
PPT
Html5/CSS3
PDF
Carrington Core (2014)
PDF
jQuery, A Designer's Perspective
PPTX
SXA in action
PDF
WordPress A CMS for Beginners, Geeks and Those In-Between
PPTX
A word press site even your mother can use
PPTX
A word press site even your mother can use
PPTX
A word press site even your mother can use
KEY
WordPress Developers Israel Meetup #1
PPT
J query module1
PDF
WordCamp Mumbai 2014 : Customizing the WordPress dashboard for clients
PPTX
Wordpress theme development
2010 11 pubcon_hendison_wordpress
Presentation on Instant page speed optimization
J query presentation
J query presentation
Theme Development: From an idea to getting approved to wordpress.org
Ui dev@naukri-2011
SUG Bangalore - Overview of Sitecore Experience Accelerator with Pratik Satik...
Static Site Generation with Hugo and Markdown
Html5/CSS3
Carrington Core (2014)
jQuery, A Designer's Perspective
SXA in action
WordPress A CMS for Beginners, Geeks and Those In-Between
A word press site even your mother can use
A word press site even your mother can use
A word press site even your mother can use
WordPress Developers Israel Meetup #1
J query module1
WordCamp Mumbai 2014 : Customizing the WordPress dashboard for clients
Wordpress theme development
Ad
Ad

Jquery plugins