Click here to Skip to main content
15,888,095 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

what is the alternative of onkeyup event for opera mini browser for mobile in jquery/asp.net/mvc4?
or
what is the alternative for text box change calculation for opera mini browser?

On text box key up event I am doing calculation.

Thanks,
Posted
Updated 22-May-15 3:34am
v2
Comments
David_Wimbley 23-May-15 1:10am    
.change should be supported according to dev.opera, Try positing some code of where your problem is since no one has direct access to your hard drive.

1 solution

Answer to your first question. There are no alternatives in opera mini browser for keyup as it is not supported.

https://dev.opera.com/articles/opera-mini-and-javascript/#unsupporteddom[^]
 
Share this answer
 
v2
Comments
kk2014 26-May-15 3:16am    
Hi,

I have gone through the link you given earlier but what is work around for this solution in order to change the text calculation.

Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900