Hi,
I do not have a huge experience with jquery and therefore my question
may seem a little bit childlish for you :). Nevertheless I have spend
so much time trying to find the solution that you are my last hope.
The problem is that I have the html element - let's say textfied with
specified onkeyup attribute.
Example
<input id="text" size="30" onkeyup="alert('hello')"/>
What I want to do is to have the function that under special
circumstances would disable behaviour defined in html.
Thanks in advance.