Title: text focus event won't work Post by: cannon on February 08, 2016, 12:23:17 AM The textbox focus event does not work, the value of x is correct, but the component is not filled with the new value, any tips? Regards.
Code: $(document).ready(function () { Title: Re: text focus event won't work Post by: cannon on February 08, 2016, 04:45:39 AM ther's a bug... in my brain, or really the event on focus don't work
Code: $('#txt').textbox('textbox').on('focus', function () { curiously the keypress event works! Title: Re: text focus event won't work Post by: jarry on February 08, 2016, 05:47:21 AM Please refer to this example http://jsfiddle.net/vxh8ydfy/1/. It works fine.
Title: Re: text focus event won't work Post by: cannon on February 08, 2016, 06:49:23 AM Thank you, Jarry.
In my aspx page is not working and the code is the same, I will study more. |