jQuery source viewer
As
Front-End developer it is my obsession (I am sure that I am not the
only one doing this) to explore the source code of various frameworks,
libraries, etc and gather as much as information as possible about the
framework implementation from its source. Usually a normal editor is the
only tool that I need to explore the source code. But definitely this
would be really difficult for a developer to go through the source and
learn implementations of specific things in the framework.
Fortunately I have stumbled upon a tool called jQuery source viewer and this tool made the exploration of jQuery source file to know the implementation of jQuery functions easier than never before.
Fortunately I have stumbled upon a tool called jQuery source viewer and this tool made the exploration of jQuery source file to know the implementation of jQuery functions easier than never before.
This tool provides a provision through which you can select a specific version of jQuery (from the left side select list), you can even select the latest jQuery code from Git directly and then can specify the jQuery function name which you want to explore in the textbox placed along with the selectlist eg: ready
jQuery source viewer Tool
No comments:
Post a Comment