[jQuery] in JQuery,When matching string words,do some process.and then continue to loop.

[jQuery] in JQuery,When matching string words,do some process.and then continue to loop.


in JQuery,When matching string words,do some process.and then continue
to loop.
like java: for(...){
        if(a="hello"){
            do something.
            }
        }
what's the syntax in jquery?