1
vote
0answers
23 views

Wrong locale chosen for custom validation

I have a form which I need to validate. So I am using formtastic together with client_side_validations: gem 'formtastic' gem 'client_side_validations' gem 'client_side_validations-formtastic' The ...
1
vote
0answers
70 views

How to manually show a HTML5 validation message from a JavaScript function?

I want to know if there is any way to programatically show a HTML5 validation error, using a JavaScript function. This is useful for scenarios where email duplication has to be checked. For example, ...
1
vote
0answers
56 views

files input — reject adding file list?

I have a validation function attached to a "change" event listener on an input of type "file". Naturally, it doesn't fire until the change is detected, which means AFTER the files are added to it. ...
1
vote
0answers
157 views

Alert user for unsaved changes in page within panels using jquery

I have a situation here, i need to stop the user if user has left some unsaved changes on the page. I got some information over the internet for moving from current page to other page like var ...
1
vote
0answers
94 views

html: embed music player from reverbnation.com gives different errors

On a webpage-project, I want to embed a music player provided by reverbnation. As you can see here (click on 'share', then 'embed' and finally 'get Code'), an iframe is provided. However, running ...
1
vote
0answers
141 views

javascript form matching fields

I'm not a JavaScript coder, but copied some js from this link and tried to use in my form, without success. Could be the basic setup, such as onclick that's not right. Just guessing since I had to add ...
1
vote
0answers
37 views

Is there a way to make VS2012 aware that the file I'm working on is to be contained in another file (in terms of markup validation and file pathing)?

I am developing an HTML5 presentation of sorts that loads only one file (index.html) to the browser directly, and all the other "slides" are loaded into that index file through ajax. Is there a way to ...
1
vote
0answers
99 views

How to validate wp seo yoast breadcrumbs?

I want validate my site. I have: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> And i have this problem: ...
0
votes
0answers
25 views

form validation not work by using jquery plugin

i have form to add new admin in my site like this :- <form class="form-horizontal" action="adminmodule.php?action=add" enctype="multipart/form-data" id="addadmin"> ...
0
votes
0answers
22 views

Ongoing validation of all html pages?

How can I check if all pages that are generated by the server come out W3C valid? How can the validation be done continuously? I want a simple way to catch errors in my HTML template - it could be a ...
0
votes
0answers
47 views

Javascript Age Validation not working on iPad

I have this functional code for age validation for an alcohol related website. It's working across the board for me but for some reason it's not validating on an iPad. The message "You must be at ...
0
votes
0answers
63 views

Mobile Safari - How to Default to Full Numeric Keypad for Decimal Entry w/o type=“number”, or disable Safari input type=“number” correction

I have a fairly basic but frustrating problem, essentially I've been trying to force input fields to behave more like text input types (where they do not correct incorrect number entries, such as ...
0
votes
0answers
54 views

Validation errors when using open graph meta elements?

I use facebook opengraph for my site and when I try to validate the html I get this error: Line 19, Column 47: Element meta is missing required attribute name. <meta property="og:type" ...
0
votes
0answers
33 views

Dojo validation with grails

I am using Dojo validation to check my forms. But it seems that the Dojo is messing up with Grails who woun't send parameters even if the validation in sucessfull. My code: <g:textField ...
0
votes
0answers
36 views

How to validate datebox?

I need to make sure that if the date is today, the start time cannot be before the current time. How would I accomplish this using jquery mobile and datebox? I cannot figure it out btw (newevent1info) ...

1 2 3 4 5 9
15 30 50 per page