[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-19 Thread Aaron
Also just wondering if it was possible/easier to have the tip show in the center of the screen? On May 19, 10:59 am, Aaron <[EMAIL PROTECTED]> wrote: > Awesome! > > Thank you s much for helping me out and looking into the > posotioning issue for me! :) > > On May 14, 12:46 pm, Karl Swedber

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-19 Thread Aaron
Awesome! Thank you s much for helping me out and looking into the posotioning issue for me! :) On May 14, 12:46 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Aaron, > > You're too kind. > The first question I can answer right away. The second one is probably   > going to involve more w

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-14 Thread Karl Swedberg
Hi Aaron, You're too kind. The first question I can answer right away. The second one is probably going to involve more work. I thought I had fixed the problems with areas before, but apparently not. For question 1, you would just add the other options to the object literal: jQuery.noC

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-14 Thread Aaron
Karl you are the BEST! This works great! I have implemented but have a few questions. This is what i have that works jQuery.noConflict(); jQuery(document).ready(function() { jQuery.cluetip.setup({insertionElement: '#Maps'}); jQuery('area.load-local').ea

[jQuery] Re: clueTip Plugin - Loading specific DIV ID in external html

2008-05-13 Thread Karl Swedberg
Hi Aaron, The trick here is to use the ajaxProcess option. Here is an example: $(document).ready(function() { $('a').each(function() { var thisHash = this.hash; $(this).cluetip({ ajaxProcess: function(data) { var $div = $('').append(data).find(thisHash); return $