EasyUI Forum
May 06, 2024, 08:09:30 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: The sum of two numberbox on: January 05, 2017, 11:39:44 PM
Do you have write a method to excute these code?You can also write a method  on "onchange" event.
2  General Category / EasyUI for jQuery / Re: The sum of two numberbox on: January 05, 2017, 07:27:53 PM
well,a is already the value of the first numberbox,and b is the value of the second numberbox.You needn't to get value again when you sum.
Code:
var sum = a - b;
3  General Category / EasyUI for jQuery / Re: update the datagrid data but record the state on: January 05, 2017, 02:05:27 AM
Thanks for your help.I will have a try!!
4  General Category / EasyUI for jQuery / Re: update the datagrid data but record the state on: January 04, 2017, 10:31:02 PM
Thanks a lot for you help.I've used the method you mentioned,it works well when it loads only a little data,but the page will be no response when it loads a little more data.Are there any other methods?
5  General Category / EasyUI for jQuery / update the datagrid data but record the state on: January 04, 2017, 05:14:27 PM
I've updated the datagrid data use the "updaterow" method,but it will have no response with a little more data,and when I use the "loadData" method,it can not record the scroll position and scroll to the top,could you please help me?I want to update the data and hold the scroll position. 3q!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!