[jQuery] $ajax() method does not work on Mozilla and Chrome but it works on IE

2010-01-29 Thread hferreira
Hi, I have the following servlet that returns: response.setContentType("text/plain;charset=UTF-8"); out.write("{\"XXX\":1}"); ... My Html is $(document).ready(function(){ $.getJSON("http://localhost:8080/getData";, function(json){ alert("getJSON Server Data->"+json);

[jQuery] JQuery or JBoss RichFaces Which is the best?????

2010-01-08 Thread hferreira
Hi I work for some time with JBoss Richfaces and I like it for several reasons. However now it was requested to study the integration of JBoss Richfaces and JQuery. I saw in the Richfaces demo that's already some kind of integration between the two (Richfaces and JQuery). However, from your poin