标签: jquery-selectors internet-explorer-8 jquery-attributes
我在IE 9中获得警报和预期行为以及其他所有内容,但在IE 8中没有这样的运气。这可能是什么原因?
container.find('[style*="left:"],[data-item-left],[style*="top:"],[data-item-top]').each(function(index){ // do stuff });
Example Fiddle
答案 0 :(得分:0)
我的解决方案是使用a more generic selector。