Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddEventListener
Message
General information
Forum:
Javascript
Category:
JQuery
Miscellaneous
Thread ID:
01560661
Message ID:
01560758
Views:
80
This message has been marked as a message which has helped to the initial question of the thread.
You can handle the event with jQuery easier than with AddEventHandler (which isn't supported in old IE versions).

Handle the change event?
$("#txtName").change( function(evt) { });
+++ Rick ---


>Hi everybody,
>
>I've noticed that when I changed page using the spinner in the pager control of the flexigrid (I made that change a while ago to use input type="number") the spinner change didn't trigger the actual page change event. BTW, another observation - input type="number" does not seem to disallow entering non numbers.
>
>Anyway, I made a google search and found this interesting article
>http://girliemac.com/blog/2011/11/27/html5-input-events
>
>I went ahead and added the code with addEventListener and was surprised when my flexigrid stopped working.
>
>So then I made another google search on "addEventListener" and found that this is Silverlight event. So, I assume I can not use it in my jquery code.
>
>So, how should I handle the oninput event?
>
>Thanks a lot in advance.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform