Hello,
I tried the method above, but it doesn’t appear to do anything. This is what I think. The issue is that when you click a link with a ‘#’ at the end, the jquery default behavour is to jump to the top of the page. I found a type of solution on this page, but I don’t know how to integrate it into the existing code:
$(‘a.someclass’).click(function(e)
{
// Special stuff to do when this link is clicked…
// Cancel the default action
e.preventDefault();
});
Many thanks for this great plugin! It’s working wonderfully otherwise.
Nevermind, Solved, Just used this plugin:
http://rhymedcode.net/projects/custom-field-gui
And sorry, it’s textarea not textera.
Thanks! Dwaine
Thanks moshu and ladydelaluna! It’s something to go on indeed. I’ll get to researching.
— Dwaine