Hi, I have fixed this.

niceforms.js: (~ line 482)
jQuery(txtRight)
        .attr({src:jQuery.NiceJForms.options.imagesPath + "input_right.gif"})
        /*
                6epcepk's hack
                [nice forms + ]
                set right image id
        */
        .attr({id:"n-f-r-i-" + $(jQuery.NiceJForms.texts[q]).attr('id')})
        .addClass("inputCorner");

validations.js: (~ line 837)
if ( !this.labelContainer.append(label).length )
        this.settings.errorPlacement
                ? this.settings.errorPlacement(label, jQuery(element) )
                : label.insertAfter('#n-f-r-i-' + this.idOrName(element));

All works fine form me ;)

-- 
View this message in context: 
http://www.nabble.com/validation-%2B-niceforms---missing-styles-tp14771796s27240p14949396.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to