Current Version: 1.3.4 ChangeLog Bug combobox: The onLoadSuccess event fires when parsing empty local data. fixed. form: Calling 'reset' method can not reset datebox field. fixed. Improvement mobile: The context menu and double click features are su
这里有一个方法可以将DIV的滚动条滚动到其子元素所在的位置,方便自动定位。 代码如下: var container = $(‘div’), scrollTo = $(‘#row_8’); container.scrollTop( scrollTo.offset().top – container.offset().top + container.scrollTop() ); // Or you can animate the scrolling: container.animate({ scr