Forum: JavaScript / DHTML / AJAX Nov 4th, 2009 |
| Replies: 6 Views: 804 This is not an IE issue.
Get yourself Firebug for Firefox and the IE Developer Toolbar for IE7 -- maybe 6 and 8?
When I run through the example on firefox it is not removing the li tags from the... |
Forum: JavaScript / DHTML / AJAX Jun 12th, 2009 |
| Replies: 16 Views: 3,159 @essential
I may be wrong, but wouldn't the onblur event mean the field needs to lose focus?
If its auto-submitting the form then it should probably wait for a delay indicating the user has... |
Forum: JavaScript / DHTML / AJAX May 21st, 2009 |
| Replies: 4 Views: 627 They are two different technologies:
php is server-side and will be executed on the server with the results being displayed to the user.
jquery is client-side and will be executed in the... |
Forum: JavaScript / DHTML / AJAX Apr 6th, 2009 |
| Replies: 6 Views: 690 There are some fine Ajax/Javascript libraries that exists:
http://jquery.com/
http://www.prototypejs.org
Are two very prominent ones, but there are countless others.
They all have Ajax... |
Forum: JavaScript / DHTML / AJAX Apr 6th, 2009 |
| Replies: 6 Views: 690 |
Forum: JavaScript / DHTML / AJAX Feb 20th, 2009 |
| Replies: 6 Views: 1,666 Why does the page value need to be passed in the url?
Will it always be the same as the hidden field view?
I ask because i see $_GET['page'] & $_POST['view'] being set to the same value.
Here... |
Forum: JavaScript / DHTML / AJAX Feb 9th, 2009 |
| Replies: 7 Views: 2,174 Try this example out. This uses jQuery to grab the css properties you want. Even on elements that do not have inline styles.
This is what matters, it serves the jquery library from googles cdn,... |