I'm styling my error messages of the Jquery Validation plugin and I'm running into some difficulties.
I've already edited the code of the plugin to change language of the messages. I know this can be done with javascript, but it seems better to do it 'hardcoded'. This isn't seen in the live example though.
Here's the live example.
I need to insert a <span></span>
before the error message somehow, but I can't figure out how to. Any ideas?
To be clear: instead of the plugin showing an elemenent with a class 'error', it should display like so:
<span class='pointer'></span><label class='error'>This is the error</label>