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


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

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

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

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

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

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

Comments

Popular posts from this blog

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

ios - Does Core Data autoupdate a many to many relationship on saving -

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