If Statement Syntax Using 'this' In Jquery February 28, 2024 Post a Comment I have the following: &lSolution 1: it should beif($(this).is(":contains(OK)")) { CopySolution 2: You can use filterif($(this).filter(':contains("OK")').length ) { CopyCheck Fiddle Share Post a Comment for "If Statement Syntax Using 'this' In Jquery"
Post a Comment for "If Statement Syntax Using 'this' In Jquery"