Caros,
tenho uma página xhtml e preciso chamar uma função Jquery diretamente,não rola fazer isso?
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:t="http://myfaces.apache.org/tomahawk"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:rich="http://richfaces.org/rich"
template="/templates/template.xhtml">
<script>
$(document).ready(function() {
alert("document ready occurred!");
});
</script>
</ui:composition>