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


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

आप

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

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -