peanutty
" "と " "というスパン クラスがある場合、" peanuts
" を検索できpeanut*
ますか?
2 に答える
1
このhttp://www.w3schools.com/jquery/jquery_ref_selectors.aspを$("[class~='hello']")
ご覧ください、 while$("[class^='hello']")
は、「hello」という単語で始まる任意のクラスを選択します。
于 2013-05-15T02:35:17.603 に答える