On 2/15/2010 8:54 AM, Peter Edwards wrote:
2. a checkbox which uses a descendant selector $('#fieldset1
input:checkbox') to explicitly target a given fieldset by ID, and
Thx a lot Peter, you and jQuery rocks. It works perfectly for descendant
selector #fieldset1 ;)
--
Cheers
ReynierPM
Hi:
I have a fieldset and a set of check boxes inside. I want when I pick
one, for example: value='picked_all' /> Pick all check boxes all the check boxes will be
checked. How?
--
Cheers
ReynierPM
Hi every:
I want to show a HTML form in a window that I can move or close or
minimize (I don't know what's the correct definition here). Exists any
plugin for do this with jQuery? Any reference or tutorial or guide?
--
Cheers
ReynierPM
Hi every:
I have a application developed in ExtJS but my boss need all this
migrate ASAP to jQuery, anybody here knows how?
--
Cheers
ReynierPM
Hi every:
I'm trying to use jCorner to get rounded effects in some of my DIV but
when I run the page nothing happen and I get this error:
$ is not a function
[Break on this error] $().ready(function(){\n
I've included jQuery and jCorner libraries as follow:
And then my code is this:
?
Cheers
--
Saludos
ReynierPM
'" id="'+id + '" value="" size="30" /><br/>');
return false;
});
});
//]]>
Texto:
Adicionar criterio de búsqueda (&&) | Adicionar criterio de búsqueda (||)
Thanks & Regards,
Dhruva Sagar.
Stephen
Leacock<http://www.brainyquote.com/quotes/authors/s/stephen_leacock.html>
- "I detest life-insurance agents: they always argue that I shall some
day
die, which is not so."
On Wed, Nov 4, 2009 at 8:46 AM, Dhruva Sagar wrote:
Thanks a lot, I made some improvements to your code because I'm using a
table now but it works perfectly.
--
Saludos
ReynierPM
27;" value="||"/>');
</tt><pre style="margin: 0em;">
return false;
});
});
Texto:
Adicionar criterio de búsqueda (&&) | href="#" id="clico">Adicionar criterio de búsqueda (||)
As you notice here when I clic the link#clicy two fields are added: one
hidden with && as value and another with word+id as id with no value.
The same happen with the link#clico but the value of hidden field goes
to ||. This code works fine but two things happen here.
1) When you click for first time in a link (#clicy or #clico) the field
is added but I need add a hidden field just behind the input#word. How?
2) The fields are added just behind the SUBMIT button, how I can add
just between the first field and the submit button?
Cheers and thanks in advance
--
Saludos
ReynierPM
want.
Thanks & Regards,
Dhruva Sagar.
Joan Crawford<http://www.brainyquote.com/quotes/authors/j/joan_crawford.html>
- "I, Joan Crawford, I believe in the dollar. Everything I earn, I
spend."
On Tue, Nov 3, 2009 at 9:08 AM, ReynierPM wrote:
Thanks a lot, it works perfectly
--
Saludos
ReynierPM
; Regards,
Dhruva Sagar.
Ohh I see my mistake now I forget to write this code inside $().ready()
for that it wont work. Now I have a second question: how I can generate
dinamically the number for element input id? I mean every time I click
the link the id will be incremented in one so will be: word1, word2, wordn
Thanks
--
Saludos
ReynierPM
Dhruva Sagar wrote:
You should be doing $('#word').after('');
This doesn't work too. I try and get none HTML input added after
input#word. Why?
--
Saludos
ReynierPM
x27;);
});
[HTML Code]
Texto:
href="#" id="another">Adicionar criterio
But for some reason when I click the link it doesn't work. Can any help
me to fix this?
--
Cheers
ReynierPM
he same
operation is calculated. How to avoid this? See online at
http://jose-couto.com/pintpal4/order_pintpal2.html
Cheers and thanks in advance
--
ReynierPM
?
Cheers and thanks in advance
[1] http://jose-couto.com/pintpal4/order_pintpal.html
[2] http://bassistance.de/jquery-plugins/jquery-plugin-validation/
--
Saludos
ReynierPM
ck,
Jon
Thanks a lot, works perfectly
--
Saludos
ReynierPM
7;#total_buyed').val($(this).val() * 2.75);
});
What I'm doing wrong
--
Saludos
ReynierPM
Can any help to fix this
problems? I can't find where the problems are located!!! :(
Cheers and thanks in advance
[1] http://jose-couto.com/pintpal4/order_pintpal.html
--
Saludos
ReynierPM
ReynierPM wrote:
rupak mandal wrote:
I have another question related to this. How can I clear the fields if I
uncheck the checkbox? I mean when marked fill fields as I do until now
and when unmarked empty those fields? How can I check when the checkbox
is checked or not?
Cheers
Reply by
How can I check when the checkbox
is checked or not?
Cheers
--
ReynierPM
rupak mandal wrote:
change the id of lastname of billing information to "billing_last_name"
Thanks a lot, that was the mistake. Now it works
--
Saludos
ReynierPM
t works. Check the code
online at http://jose-couto.com/pintpal4/order_pintpal.html.
Thanks for all the help and the time
--
Saludos
ReynierPM
Ghprod wrote:
Hi ... if u work with newer version of jquery, maybe u'll change $
into jQuery :)
With newer version you mean 1.3.2?
Hope it helps :)
regards
--
Saludos
ReynierPM
Conrad Cheng wrote:
install firebug in your ff and you can see your js errors
I have installed but can't find where to see errors
--
Saludos
ReynierPM
$("#billing_first_name1").val($("#shiping_first_name").val())
$("#billing_last_name1").val($("#shiping_last_name").val())
}
And the HTML code asociated to elements is this one:
My shipping address is also my billing
address />
First Name:
First Name:
Do you get any js errors during viewing page.
Where I look for errors?
--
Saludos
ReynierPM
Bi Jing wrote:
Sorr, I made mistake, there are two wrong coding
No.1, onclick="doCopy()"
No.2,
$("#user2_name").val($("#user1_name").val())
On Tue, Oct 20, 2009 at 10:28 AM, ReynierPM wrote:
Nothing still not working
--
Saludos
ReynierPM
)
Fixed and still without working
--
Saludos
ReynierPM
/>
First Name: name="first_name" id="first_name" value="" size="" />
Middle Name: name="first_name1" id="first_name1" value="" size="" />
JS Code:
function doCopy(){
$("first_name1").val($("first_name").val())
}
Where is the error?
--
Saludos
ReynierPM
checkbox the content from User1_Name
is copied to User2_Name and so on. Can any help me do this?
Cheers and thanks in advance
--
ReynierPM
10:41 AM, ReynierPM wrote:
Thanks a lot it was a nice documentation.
--
Saludos
ReynierPM
ssible in Javascript and also with jQuery.
Can any body guide me on this?
Cheers and thanks in advance
--
ReynierPM
30 matches
Mail list logo