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
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
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
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
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 $
5 matches
Mail list logo