function, built-in parameters and jquery method parameters (also can be described as Object key value pairs)

Source: Internet
Author: User

1. An argument in an anonymous function is not allowed to be passed to the parameters in the jquery method.

Such as:

1 var function (key,value) {2     $ (' selector '). css ({3        key:value4     })5 }

2. A variable cannot change key in a key-value pair.

Such as:

1 var A; 2 $ (' Selecor '). css ({3    a:value4 })

Summarize:

The built-in parameters in the anonymous function key are not passed the key parameter in the JQuery method CSS (), and value is available.

In fact, the above two cases are the same, but can not change the key value of keys, can only change the value;

function, built-in parameters and jquery method parameters (also can be described as Object key value pairs)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.