我无法找到一个解决方案(在这里和网上),只需选择/插入/删除由圆点包围的东西(开发中的常见情况):
someobject.some-property-with-hyphens.otherproperty
Run Code Online (Sandbox Code Playgroud)
如何选择中间物业?
我试过了 :
vi. (dot is for executing last command)
viw (don't include hyphens)
4viw (still nop)
vis (select full line)
Run Code Online (Sandbox Code Playgroud)
app.object['key'].$object_with_a_dollar_sign.function()
Run Code Online (Sandbox Code Playgroud) 请在IE6上看到这个jsfiddle:http://jsfiddle.net/RnsxM/2/
基本上,精灵图像(不是固定的png)将无法在IE6中正确更新.这个类似乎是应用的(并且没有javascript工作)但是combinaison removeAttr + addClass似乎已经破解了.
我试过了 :
!important css声明background-position-x或background-position-y 有人知道解决方法吗?