<h:script src="../script/jquery.js">
</h:script>
<h:script>
jQuery.noConflict();
alert(jQuery("#${search.uuid}").attr("value"))
</h:script>

works great

thanks.


On Sep 8, 4:54 pm, MorningZ <[EMAIL PROTECTED]> wrote:
> "Maybe leave this shortcut to the higher level, let
> applicationbuilders define $ to there liking"
>
> And it is.....  by using "noConflict"
>
> http://docs.jquery.com/Using_jQuery_with_Other_Libraries
>
> include the jQuery file *first*, wire up the no conflict, then
> continue including other stuff (scriptalicious or whatever)

Reply via email to