views:

42

answers:

2

Is there any documentation available that explains the internals of JQuery and JQuery UI?

I have been looking through the source code, and while much of it makes sense, I was still hoping for an overview/walkthrough of the source code to help speed up my learning process.

I'm not looking for general documentation of how to use JQuery, as I already have a fairly good understanding of the library.

Thanks

A: 

Hi,

If you want to lean jquery. you also watch the lynda.com "learn jquery videos" that help you for your learning process or you can also download the jquery videos from torrents.

ricky roy
He wants to learn the internals of jQuery, not the outside API
Nick Craver
+3  A: 

For jQueryUI a good place is the planning and design wiki in particular the Widget Factory that all jQueryUI plugins use and is the recomended pattern for creating custom widgets.

There is a UI developers guide which also touches on some stuff in core, like jQuery.fn and jQuery.data.

HTH

DannyLane
Very useful. Thanks
Steve
+1 - These are the best resources available on the subject
Nick Craver