[jQuery] How can I manipulate all the radios in one div?

2009-09-02 Thread gilberto.ramoso...@gmail.com
How can I manipulate all the radios in a div? For example say I have 2 div and both have a couple of radio buttons and everyone has different names. Say I wanted to manipulate only the radios in one of the div's how could achieve that?

[jQuery] Help getting elements name.

2009-09-02 Thread gilberto.ramoso...@gmail.com
Hello I have a bunch of radio button and I want a funtion tu run when any of the radio button is clicked so I used $('input:radio').click (function... what I want to do is to get the name attribute of the clicked radio, how can i do this?

[jQuery] jQuery Corners over a background image

2009-04-29 Thread gilberto.ramoso...@gmail.com
I've noticed that when you use the corner plugin using a background image the corners that the plugin is working will show part of the background, is there a way to fix this?