Top "Unobtrusive-javascript" questions

Unobtrusive JavaScript is a general approach to the use of JavaScript in web pages.

MVC unobtrusive validation on checkbox not working

I'm trying to implement the code as mentioned in this post. In other words I'm trying to implement unobtrusive validation …

asp.net-mvc-3 razor unobtrusive-javascript unobtrusive-validation
Using Google Analytics asynchronous code from external JS file

I'm trying to add the asynchronous version of the Google Analytics tracking code to a website. I'd like to keep …

javascript asynchronous google-analytics unobtrusive-javascript
How Does Rails 3's "data-method='delete'" Degrade Gracefully?

Rails 3 does some cool stuff to make Javascript unobtrusive, so they've done things like this: = link_to "Logout", user_session_…

ruby-on-rails ruby-on-rails-3 unobtrusive-javascript graceful-degradation
So what if custom HTML attributes aren't valid XHTML?

I know that is the reason some people don't approve of them, but does it really matter? I think that …

html unobtrusive-javascript xhtml
Why inline JavaScript is bad?

It is always recommended to avoid inline Javascript codes by putting all codes in a JS file, which is included …

javascript performance dom-events unobtrusive-javascript
Validating an e-mail address with unobtrusive javascript / MVC3 and DataAnnotations

jQuery Validation makes it simple to validate an email address: $("someForm").validate({ rules: { SomeField: { required: true, email: true, remote: { type: "…

c# asp.net-mvc-3 data-annotations unobtrusive-javascript unobtrusive-validation
Getting Action controller unknown format error- for rails 4 + unobtrusive javascript and AJAX call

Ive got the following setup: uploads_controller.rb: class UploadsController < ApplicationController before_action :set_upload, only: [:show, :edit, :update, :…

javascript ruby-on-rails ajax unobtrusive-javascript actioncontroller
What is Unobtrusive Javascript in layman terms?

What is Unobtrusive Javascript in layman terms? An example would be nice to aid my understanding.

javascript unobtrusive-javascript
MVC Twitter Bootstrap unobtrusive error handling

I've been trying to get MVC Jquery unobtrusive error handling working with twitter bootstrap for some time now. Its got …

css asp.net-mvc validation twitter-bootstrap unobtrusive-javascript
file input MVC 3 Client-side validation for required

Simple question... Is it possible to use client side MVC 3 validation on inputs of type file? To explain: MVC 3 uses …

asp.net-mvc asp.net-mvc-3 validation file-io unobtrusive-javascript