search for: onspinneron

Displaying 2 results from an estimated 2 matches for "onspinneron".

2006 Jan 16
2
Problem with AJAX not working on IE
...to work on IE: var Permit = { // Expand permit information onMore: function(id) { new Ajax.Updater(''pm-''+id+''-lg'', ''/employees/sign_permit_lg/''+id, {asynchronous:true, evalScripts:true, onLoading:function(request){ General.onSpinnerOn(''pm-''+id+''-sm'') }, onComplete:function(request){ General.onSpinnerOff(''pm-''+id+''-sm''); Element.hide(''pm-''+id+''-sm''); Effect.Appear(''pm-''...
2006 Mar 20
0
Re: Problem with AJAX not working on IE
...nformation > > onMore: function(id) { > > new Ajax.Updater(''pm-''+id+''-lg'', > > ''/employees/sign_permit_lg/''+id, > > {asynchronous:true, evalScripts:true, > > onLoading:function(request){ General.onSpinnerOn(''pm-''+id+''-sm'') > }, > > onComplete:function(request){ > > General.onSpinnerOff (''pm-''+id+''-sm''); > > Element.hide(''pm-''+id+''-sm''); > >...