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?

Reply via email to