我問這個問題早得到它解決: AND selector jQuery使用OR條件組合的屬性選擇
但現在我想知道我怎麼能添加OR條件吧。
我有這樣的說法:
$('div.job:not([data-province="'+province+'"][data-employment="'+employment+'"][data-education="'+education+'"][data-branch="'+branch+'"])').fadeOut('slow');
現在我想淡出出來,如果例如數據的省份=「‘+省+’」或數據省內=「」(這樣空)。
Jsbin: http://jsbin.com/qomub/14/edit
你應該使用'.filter()'讓你的選擇器更具可讀性 –
只有我不能理解你的問題和/或兩個問題! –
jsbin示例似乎工作正常什麼是probelm –