i have tried to implement the two matching jquery function but that didn't works at all
i want that the both function test1 and test2 match in this code here
//up to so......on
if(null != a && a.match("test1")) {
// up to so..........on
how to match a = test1 match b = test2
test1 working perfect but how implement test2 in same line is there any solution available