[FX.php List] [off] Forcing jQuery to wait for a PHP page to
render
Bob Patin
bob at patin.com
Wed Jan 18 10:23:56 MST 2012
Hey Steve,
Thanks for the comment; I tried it, but it doesn't give feedback while it's loading, so rather than wait for it to fadeIn, I went to the blockUI effect instead…
But your idea did work!
Best,
bob
Bob Patin
Longterm Solutions LLC
bob at longtermsolutions.com
615-333-6858
http://www.longtermsolutions.com
FileMaker 9, 10 & 11 Certified Developer
Member of FileMaker Business Alliance and FileMaker TechNet
--
Twitter: bobpatin
Google+: http://www.longtermsolutions.com/plus
AIM: longterm1954
iChat: bobpatin
--
Expert FileMaker Consulting
FileMaker Hosting for all versions of FileMaker
On Jan 18, 2012, at 10:56 AM, Steve Winter wrote:
> $('.make_cell').click(function(){
> var theid = $(this).attr('id');
> $('#content')
> .fadeOut()
> .load('v2_hero.php?mk=' + theid, function() {$('#content').fadeIn(); });
> return false;
> });
More information about the FX.php_List
mailing list