Hi everyone. I need help .. I'm trying to hide left nav. arrow every time user gets on (#slide1). This works only 1 time in the beginning, but when user keeps sliding through and gets to default slide again, left arrow is shown.. Thanks in advance.
Hi, i'm very new to JQuery.I really need help: I have a form.I need to display an asterick next to the label if field is not validated and remove it if input it valid. It's appending , but as many as wrong characters are typed in and removing all asterics at once from all invalid fields
This is what I'm doing now:
function validateHighlightError(element) { $(element).addClass('failed-validation'); $(element).prevAll("label").css('color','#FF0000').append('<span class="msg">*</span>');