javascript - Uncaught TypeError: undefined is not a function 'appendTo' -


और मुझे एक त्रुटि मिली

अनक्यूट टाइप एरर:

'# Img-wrapper-tmpl')। Tmpl ({आइटम: संख्या: आइटमकाउंट}) .appendTo ($ rgGallery);

क्या आप कृपया इसकी सहायता कर सकते हैं?

बदले में धन्यवाद।

आपके पास आपके पृष्ठ में # img-wrapper-tmpl तत्व नहीं है, यही कारण है कि आपका चयनकर्ता निरर्थक या खाली सरणी लौट रहा है और जिस पर आपको यह त्रुटि मिलती है।

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

Simple file compression in C -

php - Sorting an multidimension array using usort fails -