I think you want to use a timer, look at setInterval and clearInterval.
Trigger the clearInterval on the keyup event and the setInterval on the keydown.
Hello,
I believe something like this might be what you want, it checks on the click event of the parent to ensure that the Parent Div actually initiated the click.
Hello,
could you please help me figure out why selecting all works but not individual columns? When selecting individual columns I get an empty result set.
Code is below.
Hello,
I have a div contained in an object that registers for a click event, and once clicked, uses ajax to communicate with the server and update a user rating for an item.
Hello,
I have a div contained in an object that registers for a click event, and once clicked, uses ajax to communicate with the server and update a user rating for an item.
Hi,
I am very new so please bare with me.
I know how to submit a form with POST and echo a page in php.
I have a feeling that i am missing a general concept though.
Kor,
you are awesome. Thanks for the help, I really appreciate you taking the time to point me in the right direction. It actually makes alot of sense now that you explained it to me.