javascript - Why we use this `Jquery(document).ready()` instead `$(document).ready()` -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 4 जवाब

    हम इसका उपयोग क्यों करते हैं Jquery (document) .ready () के बजाय $ (document) .ready ()

    असल में यह दोनों एक ही परिणाम दे रहे हैं, लेकिन इसका इस्तेमाल करने का कारण क्या है इनमें से एक, सामान्य रूप से खो चुके लोग $ (document) .ready () का उपयोग कर रहे हैं

    यह आमतौर पर "$" चिह्न का उपयोग कर रहे अन्य पुस्तकालयों के साथ संघर्ष से बचने के लिए है।

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -