DCSIMG
How To,JQuery - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » How To » JQuery (RSS)
How To Write JavaScript \ JQuery Plugins
Tweet I’m working on some big projects involve a lot of JavaScript, JavaScript has many libraries to improve JavaScript writing (JQuery, Open Rico, Qooxdoo  and more…) but still sometimes you want more from your JavaScript, so I’ll show you how you can write Plugins for JavaScript and JQuery. Everyone working with JavaScript should be familiar with prototype object (not library): The prototype object is here to help when you wish to quickly add a custom property to an object that is reflected...