[jQuery] livequery strange behaviour

2008-10-03 Thread krlosnow
Hello all: I've recently discovered livequery plugin, but I can't make it work. I explain: I have the next code: $(document).ready(function (){ alert ("executing jquery"); $("[EMAIL PROTECTED]").livequery(function(){ alert("hey, one div wanna be rounded!");

[jQuery] Re: html() doesn't work for me. innerHTML() do. Why?

2008-10-01 Thread krlosnow
I've solved my problem. The jsp that generates the html was not including the struts html taglib, and the element "" wash crashing the jquery. Well, I'll continue learning jquery. Best regards: Carlos. krlosnow wrote: > > Hello all: > > I'm newby i

[jQuery] html() doesn't work for me. innerHTML() do. Why?

2008-10-01 Thread krlosnow
Hello all: I'm newby in jquery, and I have the next problem: I've a form working with the form plugin. It works fine. I have the next callback method: function showResponse(responseText, statusText){ alert(responseText); $('#frameBody').html(responseText); alert ($('#fr