On Feb 10, 1:01 pm, Brice Burgess <[EMAIL PROTECTED]> wrote:
   <snip>
> The jqModal plugin page (http://dev.iceburg.net/jquery/jqModal) has
> been updated with an example demonstrating DnR on a notice (example 4b).
   <snip>

   I think, there is a possible bug with jqModal. When a class is used
for trigger, different links open same ajax URL.

<a href="foo1.php" class="remote">Foo1</a>
<a href="foo2.php" class="remote">Foo2</a>
..
trigger: '.remote',
ajax: '@href'
...

    Expected behavior: Clicking on Foo1 should open 'foo1.php' and
Foo2 should open 'foo2.php'. Actual behavior: First clicked link is
open always.

--
  <?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com    Blog: http://rajeshanbiah.blogspot.com/


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to