javascript - Is it possible to override radio buttons style with css? -


I need to create special radio buttons, is it possible to cover the default style of my own images radio button? If this is not possible, is it the best way to do this with jQuery or is there a good plugin for it?

Yes, I also recommend using jQuery, is a very good plugin. Check out this video tutorial by Chris Sier, in which the plugin starts with scratch.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -