Hi, I test 1.3.b1 and this Selector work any more:
<script type="text/javascript">
//<![CDATA[
$(document).ready(function() {
// no more with 1.3b1
// $("#content a[href$='.jpg']").lightBox();
$("#content a").lightBox();
});
//]]>
</script>
What is to do? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---