Home
last modified time | relevance | path

Searched refs:clickhandler (Results 1 – 2 of 2) sorted by relevance

/plugin/quicksubscribe/
H A Dscript.js31 function clickhandler(e) { function
106 $link.click(clickhandler);
/plugin/fedauth/js/
H A Dadmin.js226 _updateitem: function (src, target, data, clickhandler) { argument
228 .unbind('click').click(function() { clickhandler(this, target); return false; });