A combination of AND and OR in jQuery selectors

后端 未结 3 978
时光取名叫无心
时光取名叫无心 2021-01-16 06:10

I have a jQuery selector with following syntax:

$(\'input[type=image]\').not(\'.xyzClass\').click(function{
    //some functionality
});

So

3条回答
提交回复
热议问题