Here is an example of what I need http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html
I need interactive list to which I can add, remove data using javascript without reloading page. Which solutions offer jQuery similar to this?
Here is an example of what I need http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html I need interactive list to
Share
Check out jQuery’s
.live()method.