2
A
答えて
4
if($(this).is('selector')) {
alert(true);
}
'セレクタ' はあなたの典型的なjQueryのセレクタであり、それが一致した場合、それはtrueを返します。
関連する問題
- 1. jQuery this inside this
- 2. $/this:各ヘルプ:jQuery 404 YQLを介してチェック
- 3. JQuery clear $(this)オブジェクト
- 4. Jquery removeと$(this)
- 5. Jquery、$(this)outside function
- 6. JQuery - $(this).attr( 'name')
- 7. jQueryと 'this' issue
- 8. get jquery `$(this)` id
- 9. JQueryと 'this'オブジェクト
- 10. jQuery replaceWith()$ this
- 11. jQuery "this" issue
- 12. jQuery onclick 'thisなし'
- 13. jquery(this)in custom functions
- 14. jQuery $(this)returned [object Object]
- 15. セレクタjquery from $(this).attr
- 16. $ this outside foreach loop Jquery
- 17. jqueryの "this"の問題
- 18. jQueryの `this`スコープの問題
- 19. jQuery $(this)構文の質問
- 20. JQuery遅延の変更 "this"
- 21. jQuery/JavaScript "this"ポインタの混乱
- 22. jQuery prependTo $(this)の子孫クラス
- 23. $(this)in event(jqueryファイルのアップロード)
- 24. Jquery $(this).prop( 'selectedIndex'、num)not working
- 25. jqueryプラグインイベントで$ thisにアクセス
- 26. キーワード "this" in jQuery対MVC
- 27. jQuery - "this"要素と "parent(s)"
- 28. jQuery this find selector does not working
- 29. jqueryを拡張する$(this)
- 30. jquery $(this).id return未定義
$(this).hasClass( 'class')を使用することもできます。 – yoavmatchulsky