If Statement Syntax Using 'this' In Jquery February 21, 2023 Post a Comment I have the following: &l Solution 1: it should be if($(this).is(":contains(OK)")) { Copy Solution 2: You can use filter if($(this).filter(':contains("OK")').length ) { Copy Check Fiddle Share Post a Comment for "If Statement Syntax Using 'this' In Jquery"
Post a Comment for "If Statement Syntax Using 'this' In Jquery"