JQuery classname selector starting with? -


मेरे पास खाली HTML मार्कअप है:

  & lt; div class = "bubble bubble_white" & gt; & Lt; DIV वर्ग = बबल_अलाज़ & gt; & lt; / DIV & gt; & Lt; / div & gt; & Lt; DIV वर्ग = "बबल बबल_ब्लैक" & gt; & Lt; DIV वर्ग = बबल_अलाज़ & gt; & lt; / DIV & gt; & Lt; / div & gt;  

मैं वर्गों bubble bubble_white और bubble bubble_black का चयन करना चाहता हूं। मैं नीचे कोड के बारे में सोच रहा था लेकिन यह काम नहीं करता:

$ (".bubble। [Class ^ = bubble _]")

कोई भी यह कैसे करें पर विचार?

इसे आज़माएं:

  $ (".bubble [class * = bubble_]")  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -