[FX.php List] JavaScript, AJAX, jQuery assistance?
Joel Shapiro
jsfmp at earthlink.net
Thu Sep 27 22:46:31 MDT 2007
Hi Michael
Thanks for the reply. Unfortunately, neither of these options work
satisfactorily:
Including JT_init(); as part of the LAJAX callback causes duplicate
displays of the original tooltip (at least in Safari), and adding
JavaScript to the called page (ajaxpage.html) doesn't actually fire
off the JavaScript.
Steve Winter thinks that it's the way that LAJAX writes content to
the div that's the problem. He recommends prototype, through which
he says "you can explicitly allow or deny the running of scripts
within loaded files during the call to that file". I'll be giving
that a try, as well as looking at how jQuery might do this. (Do you
know this already? Is it easy to figure out?)
Thanks,
-Joel
On Sep 26, 2007, at 3:47 PM, Michael Ward wrote:
> Hi Joel,
>
> You need to make sure that the JT_init(); function is fired after
> you have loaded the page.
>
> I haven't looked at your code, but there are two ways of doing this.
>
> Include the JT_init(); as a callback to whatever is bringing in
> your div or add the following to to the page that is being called.
>
> <script type="text/javascript" charset="utf-8">
> $(function(){ // when this page is loaded do the following...
> JT_init();
> });
> </script>
>
> Hope this helps.
>
>
> On 27/09/2007, at 3:57 AM, Joel Shapiro wrote:
>
>> Hi Steve
>>
>> Thanks so much. Alex Gates had sent me that same solution back-
>> channel.
>>
>> However....
>>
>> At least in Safari, once the AJAX div is loaded, hovering over the
>> original tooltip link displays that tooltip PLUS another partial
>> tooltip below the grey 'info' div... and that tooltip never hides
>> again even when the mouse is off the link.
>>
>> I'll check into prototype and see if that'll help me through this.
>>
>> Thanks all for your help. (I'll be out all today but back on it
>> when I get the stomach for it ;)
>>
>> -Joel
>
> Regards
>
> Michael Ward
> --
> Head Honcho
> CustoMike Solutions
> Member, FileMaker Business Alliance
> Member, FileMaker Technical Network
> FileMaker 7 Certified Developer
> FileMaker 8 Certified Developer
> 10 Wandoo Crt
> Wheelers Hill, 3150
> ph 0414 562 501
> headhoncho at customikesolutions.com
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list