Wang Tao

Results 3 issues of Wang Tao

I'm wondering is there an option to control the extension to format only the lines modified by myself. I have already changed the "#editor.formatOnSaveMode" option to "modifications", but it doesn't...

feature request

如题,不知道该怎么解决 我的代码 ``` $(".addcar").click(function(event){ var offset = $("#end").offset(); var addcar = $(this); var img = addcar.parent().find('img').attr('src'); var flyer = $(''); $ (window).unbind ('scroll'); flyer.fly({ start: { left: event.pageX, //开始位置(必填)#fly元素会被设置成position: fixed...