Wednesday, October 23, 2013

To learn more about our jQuery Reference 2 official website through the following: http://jquery.co


jQuery is a javascript library quite famous. picmonkey It is famous for simple, easy to understand, easy to use. A "package of instant noodles" pretty good. However, even as a form of "instant noodles" but jQuery is not "drowning", whereas it also reveals picmonkey the power through the manipulation picmonkey processor card, the card effect.
To learn more about our jQuery Reference 2 official website through the following: http://jquery.com (http://jquery.com/) information page about http://jquery.org jQuery library (http :/ / jquery.org /) page of information about the products developed by the jQuery team performance. [HR]
If you demand the "learning curve" treatment, operation of jQuery, you can download the prototype javascript files (http://code.jquery.com/jquery-1.4.4.js) about (recommended VRoto use eye drops before watching picmonkey if you have not enough "law enforcement").
src="http://code.jquery.com/jquery-1.4.4.min.js" <script type="text/javascript"> </ script> <p id = "my-para" style = "color : white; font-size: 3em; padding: 10px; background: red "> Hello World </ p> <script type="text/javascript"> $ (" # my-para "). hide (" slow ") ; </ script> picmonkey
This code will perform a simple picmonkey task is to make a card with my id-para fade and disappear. And you see, only about 1 line of code, or more exactly 30 characters, you have done amazing work. If compared with the net code (do not use the library), it will take a lot of paper and ink to do a similar job
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsG-PYHHDLFdrUgBs04zSiSjyAG91_4lwqFAqa8F62vzBdFkhYh6ooXRRHEKWDbjem1PtR282tRggE8NLfEk-9Ywx32BY3h2ubgK1scLNeUws15hyphenhyphenAc6v2IStsDwV3-WNLKs-HZaLax6I/s1600/jquery-and-css.jpg (http://1.bp.blogspot.com/_-GHT- kgNuYI/TPU_4NGMRxI/AAAAAAAAAI4/h7I9_QZzbxY/s1600/jquery-and-css.jpg)
jQuery also provides a user friendly way, is a "believer", "HTML sect", you often use the CSS style sheet, so if you want to learn jQuery, then there is nothing easier. equipped jQuery script picmonkey tag query syntax similar to CSS syntax, ie:
CSS expression can be any valid CSS selector expressions, for instance: Select the ID (# tag-id), select the class (. ClassName), choose the card (p, a, table) ... References CSS how to select more here (http://msdn.microsoft.com/en-us/library/aa342531% picmonkey 28VS.85% 29.aspx).
/ / Function $ with different ways to use $ ('# my-para'); / / passed to the CSS, will select a card with my id is-para $ (function () {/ / if passed in a nameless function, which will call the function when the page is loaded full / / processing code}); / / val same method, but sometimes take the value of an input tag, while others are assign values picmonkey to input tags var myValue = $ ('# my-input'). val (), / / Get the input value tag $ ('# my-input'). picmonkey val ('new value'); / / Assigning values input card
There is no exaggeration to say that jQuery is one of the most popular picmonkey javascript libraries, jQuery has succeeded in conquering most web programmers. The evidence is strong development picmonkey of the massive library plugin for jQuery, see here (http://plugins.jquery.com/). With this plugin (4000 views) jQuery can be "pressed the flesh" overwhelms some libraries, other frameworks. However, sometimes more than the amount of thinning, causing confusion for the user, so you need to consult multiple sources "almost reliable" and "read the manual before using the" pull back " died for lack of knowledge "as well as other plugin not running well. Refer to 45 jQuery techniques used effectively, accompanied introduce some useful plugins here (http://www.smashingmagazine.com/2009/01/15/45-new-jquery-techniques-for- a-good-user-experience /)
Although less powerful predecessors Ext, Dojo, jQuery, but also meet the needs of any user with a number of built-in controls: Accordion (http://jqueryui.com/demos/accordion) Autocomplete picmonkey (http://jqueryui.com/demos/autocomplete) Button (http://jqueryui.com/demos/button) DatePicker picmonkey (http://jqueryui.com/demos/datepicker) Dialog (http://jqueryui. com / demos / dialog) progressbar (http://jqueryui.com/demos/progressbar) Slider (http://jqueryui.com/demos/slider) Tabs (http://jqueryui.com/demos/tabs) See full enough examples and documentation here (http://jqueryui.com/demos/accordion/).
The omission of the words or the jQuery is always something bad to say, jQuery is limited in handling objects, javascript value intended by nature to handle interface card. For example, you do not have the tools / utility function to do the job "ordinary": remove extra spaces, remove HTML tags, select out only those elements in an array ... So, to compensate for this shortcoming, you can use jQuery with the library / framwork other.
Some other reference links http://docs.jquery.com/Main_Page Information

No comments:

Post a Comment