Attribute Contains Prefix [attr|="value"] ExampleTop · $(function(){ $('#btn1').on('click', function() { $('p[lang|="en"]').css('color', 'red'); }); }); · $( ...
確定! 回上一頁