Hi,
I'm the webmaster of wiitalia.it and for the next version of the site I'm implementing this fantastic tool.
At now there is only one thing that i can't do with jquery tools, at least I don't know if it is possible.
I need a function that fetch a page and display it on the page without reload.
For example:
1) I have this code
2) When i click to "Click me!" in the same div I see "external_page.html"
In the past I've used this script:http://www.dhtmlgoodies.com/scripts/ajax-dynamic-content/ajax-dynamic-content.html
On that page you can see the script in action (check the third box).
Does anyone can tell me if this result could be accomplished with jquery tools?
I'm the webmaster of wiitalia.it and for the next version of the site I'm implementing this fantastic tool.
At now there is only one thing that i can't do with jquery tools, at least I don't know if it is possible.
I need a function that fetch a page and display it on the page without reload.
For example:
1) I have this code
<div id="inline-box">
<a href="external_page.html">Click me!</a>
2) When i click to "Click me!" in the same div I see "external_page.html"
<div id="inline-box">
External_page.html content
In the past I've used this script:http://www.dhtmlgoodies.com/scripts/ajax-dynamic-content/ajax-dynamic-content.html
On that page you can see the script in action (check the third box).
Does anyone can tell me if this result could be accomplished with jquery tools?