jquery css and radio buttons -


can some tell me (and keep in mind playing), why isn't working:

$('.radio input[type="radio"]').css('margin-top', '-5px'); 

all want move radio box assign css property -5px. wont it. , have seen examples on net how add property css object.

have tried this?

$('input[type="radio"]').css('margin-top', '-5px'); 

Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -