Hi everyone!
On my website, I am using jQuery and Ajax in order to dynamically load my pages like this:
I would like to change the way the editor creates links and set the URL as a parameter of the loadpage function.
Is that possible?
Thx a lot!
On my website, I am using jQuery and Ajax in order to dynamically load my pages like this:
<a href="#" onclick="loadpage('mypage.html')">link</a>instead of...
<a href="mypage.html">link</a>
I would like to change the way the editor creates links and set the URL as a parameter of the loadpage function.
Is that possible?
Thx a lot!