jQuery check .hasClass('[class*="myclass-"]'); -


मेरे पास एक वर्ग की कक्षाएं शुरू होती हैं, जैसे myclass-s1 , myclass-b10 , myclass-ss1 आदि। क्या jQuery के क्लास की जांच है अगर क्लास का नाम 'myclass-'?

आप

  का उपयोग कर सकते हैं ($ ('div')। है ('[class ^ = myclass]')) {// अपने सामान यहां हैं }    

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -