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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -