Displaying 1 result from an estimated 1 matches for "news_popup".
Did you mean:
newpopup
2006 Feb 01
1
Combine Ajax call with an effect.
...;) so that the user has to
click on the link to show the description, and then click on it again
to hide the description. I just can''t get it to work by combining
the ajax and the effect...Thanks for your help.
function getDescription(news_id) {
var url = ''/admin/site_admin/news_popup.lasso?news_id='' + news_id;
var myDiv = new Ajax.Updater(''thedescription'', url,
{asynchronous:true});
}
<span class="shownames" id = "show">
<a href="#" title=""
onmouseover="getDescription([field:''i...