Displaying 2 results from an estimated 2 matches for "simplyundeniable".
2008 Jan 18
5
wz_tooltip and updating the DOM
Hi all,
I am using Prototype in conjunction with wz_tooltip and am having a
problem with the tool tips not being updated in time.
When a user mouses over a link, I am making an Ajax call to a CFM page
that sends back an HTML table and updates the contents of a div with
the returned content. I then call wz_tooltip and reference that div to
use as the tool tip. However, what is displayed in the
2007 Sep 06
1
semi-nube help request
...nction:
function addNewOffsiteLink(){
var boo = new Ajax.Updater(''newLinkResult'',''ajax.admin.php?action=addOffsiteLink'',
{evalScripts:true, parameters:Form.serialize(''addLinkForm'')});
}
i get this error:
$(form) has no properties
http://www.simplyundeniable.com/jslib/prototype.js
Line 2656
<chrome://firebug/content/panel.html#>
<chrome://firebug/content/panel.html#>
$(form) has no properties
getElements("addLinkForm")prototype.js (line 2656)
serialize("addLinkForm", undefined)prototype.js (line 2652)
addNewOffsite...