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!");
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
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
3 matches
Mail list logo