Extending jQuery with jQuery.Extend

Posted by Jalpesh P. Vadgama on ASP.net Weblogs See other posts from ASP.net Weblogs or by Jalpesh P. Vadgama
Published on Tue, 25 Jun 2013 20:06:50 GMT Indexed on 2013/06/25 22:22 UTC
Read the original article Hit count: 258

Filed under:
|
|

We all know that jQuery is a great JavaScript framework. It’s provide lots of functionalities and most used framework in programming world. But sometimes we need a functionality that does not provided by jQuery by default. At that time we need to extend jQuery. We can extend jQuery with jQuery.Extend  Method. You can get complete information from the following link.

http://api.jquery.com/jQuery.extend/

It merges the contents of two or more objects together into the first object.

More on my personal blog @www.dotnetjalps.com

Shout it

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about JavaScript