EasyUI Forum
November 06, 2025, 01:32:13 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Problem after change of jquery 1.8.0  (Read 11129 times)
baxter
Newbie
*
Posts: 32


View Profile Email
« on: January 26, 2013, 06:07:13 PM »

After change of jquery 1.8.0 i have a problem with the function getEditor.

I read a change after a line edit in datagrid with the follow code:

Code:
function saverow(index){
    var nameEditor = $('#servicegrid').datagrid('getEditor',{ index:index, field:'dict' });
    var nameValue = $(nameEditor.target).val(); // get name field value

    console.log(nameValue)
}
When i save the line, i become the error:

Uncaught Error: Syntax error, unrecognized expression: ://develop/manage/#

Have anybody a tip for me? In the older version of jquery the function works fine....

Thanks
baxter
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!