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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -