This is my first post - hello everyone
I am currently developing an html form with support for css and jquery. The form will be used by "inexperienced users", so I focus on good use. Therefore, I give a hint to all input fields with further instructions. To show the hints, I use the onfocus / onblur javascript event, so only one hint is displayed. This worked well when I only had input fields of type="text" , but with input fields of type="radio" I had problems in google chrome.
I made a quick example of jsfiddle.net so you can see what I mean. The code is very similar to the code that I use in my form, so I did not post it here. A warning appears in every browser that I have tested so far except google chrome. I wonder why? Is there any known solution or workaround?
mwallisch
source share