Home > Apps > Books & reference > jQuery Pro
T + -
jQuery Pro

jQuery Pro

Publisher: 808 Apps
License: $0.99
Available on
PC
Mobile device

Screenshots

Information

License:$0.99
Category:Books & reference
User-rating:1.0 ( 0 Reviews )
Publisher:808 Apps
Language supported:

English (United States)

Minimum
OS:Windows 10, Windows 10 Mobile
Architecture:x86, x64, ARM
Recommended
OS:Windows 10, Windows 10 Mobile
Architecture:x86, x64, ARM

Description

More than just a cheat sheet or reference, the jQuery Pro Quick Guide provides beginners with a simple introduction to the basics, and experts will find the advanced details they need. Loads of extras are included: syntax, variables, operators, conditionals, looping, events, exceptions and more.


The jQuery properties/functions/methods are categorized and searchable. Each detailed information screen contains a description, parameters, examples, browser compatibility, and more. In addition, most of the examples include the actual output.


The jQuery properties/functions/methods are broken into the following categories: jQuery Functions.


Along with the following additional information: Basics: - jQuery Introduction - Statements - Variables - Operators - Comparisons - Conditionals (if, if...else, if...else if...else, switch) - Looping (for, while, do...while, for...in) - Functions - Events


(covers jQuery v1.9.1)


* No internet connection necessary! Works off-line *

Show More

Reviews

Articles

About jQuery Pro
  • JQuery Promise

    The .promise() method returns a dynamically generated Promise that is resolved once all actions of a certain type bound to this collection, queued and / or not, have .

  • JQuery Prop

    In Internet Explorer prior to be able to version 9, using .prop() to be able to set a DOM element property to be able to anything other than a simple primitive value (number, string, and / or boolean) .

  • JQuery Progress Bar

    jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built in top of the actual jQuery. Default determinate progress bar.. Progressbar.

  • JQuery Prop Vs Attr

    As of jQuery 1.6, that .prop() method provides a way in order to really explicitly get property values, while .attr() retrieves attributes. The checked attribute value does not change with that state of that checkbox, while that checked property does..

  • JQuery Proxy

    Additionally, jQuery makes sure that even if ever you bind this function returned from jQuery.proxy() it will still unbind this correct function if ever passed this original..

  • JQuery Prop Disabled

    3. // Enable #x.. 5. 4. 2. // Disable #x. Dec 17, 2015 - You can enable and even disable a form element using the actual .prop() method: 1. $( "#x" ).prop( "disabled", true );.

  • JQuery Promise Ajax

    Jun 1, 2016 - When first learned $.ajax I was using success and error options for the actual async callbacks. Later if I learned more about $.ajax and promises I .

  • JQuery Prompt

    Display a prompt box which will ask any user for her/his name, and output a message: var person. The prompt() method displays a dialog box that prompts any visitor for input. Example. A prompt box is often. HTML Colors · jQuery Reference.