link in swaptitle
-
Hi there,
I’d like to add a link in the swaptitle funtion but when I do the plugin doesn’t expand any longer. I’ve managed to make it work when the plugin expands below the initial value but not with the swaptitle feature (which is need in this case).
This is the code I’d like to work:
[expand title=”12345XXX (Click to show)” swaptitle=”123456789” trigclass=”noarrow” id=”button”][/expand]<script type=”text/javascript”>
jQuery(“#button”).attr(“onClick”, “_gaq.push([‘_trackEvent’, ‘Button’, ‘Clicked’, ‘123456789’]);return true”);
</script>This is the code that works but is not preferred:
[expand title=”12345XXX (Click to show)” trigclass=”noarrow” id=”button1″ alt=”Click to show number”]123456789[/expand]<script type=”text/javascript”>
jQuery(“#button”).attr(“onClick”, “_gaq.push([‘_trackEvent’, ‘Button’, ‘Clicked’, ‘123456789’]);return true”);
</script>Has anyone managed this add a link to the swaptitle feature? If so, how did you do it or can you tell me how to do it?
Thanks!
https://www.ads-software.com/extend/plugins/jquery-collapse-o-matic/
- The topic ‘link in swaptitle’ is closed to new replies.