I've updated jqModal to revision 6. Changes include;
+ Future proofed the auto-focus function against a fixed jQ
pushStack(). Thanks Kard Rudd!
+ CSS Fixes
+ "closeClass" can be defined via a parameter. It is no longer tied
to "jqmClose"
+ Fixed ajax "attribute selector". This allows the for dynamic
definition of remote content. e.g.;
<ul>
<li><a href="ajax/page1.html" class="remote">Page1</a></li>
<li><a href="ajax/page2.html" class="remote">Page2</a></li>
<li><a href="ajax/page3.html" class="remote">Page3</a></li>
</ul>
$('#ex5a').jqm({trigger: '.remote', ajax: '@href'});
A demonstration is given in example 5.
Plugin Page:
http://dev.iceburg.net/jquery/jqModal/?x (?x for cache refresh)
If you've been using jqModal, I recommend upgrading. No behavior/names
have changed to make it incompatible w/ previous versions.
Happy Valentines,
~ Brice
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/