LiveValidation is a nice little inline form validation plugin.
I’d like to change the text confirmation message to an image.
The line that I edit is:
var message = paramsObj.failureMessage || "Must be included in the list!";
But when I change Must be… to img src=… it only displays the html text itself, not the image I’m calling.
I would investigate overriding the image css for the given form you want the validation image to show up for. I don’t think this validation package will recognize an image URL, if I understand your attempt correctly. This would give you the picture message you want, while using the ‘customization’ point designed by this package’s author.
eg: