Jquery validate engine radio css help [closed]
I am using jquery validate engine plugin. I got the validation right so the challenge is i need to display the radio buttons on line not as a block . Pl开发者_开发问答ease advice
Use display:inline; or display:inline-block;. That should fix your problem if I'm reading your question correctly.
加载中,请稍侯......
精彩评论