02.06.2013 Views

PDF of jQuery Essentials - Marc Grabanski

PDF of jQuery Essentials - Marc Grabanski

PDF of jQuery Essentials - Marc Grabanski

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

$.fn.myPlugin = function(){<br />

return this.each(function(){<br />

$(this).html(“you used myPlugin!”);<br />

});<br />

});<br />

$(“div”).myPlugin();<br />

<br />

<br />

you used myPlugin!<br />

you used myPlugin!<br />

<br />

<br />

Plugin Example

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!