Top "Unobtrusive-javascript" questions

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

unobtrusive client validation in knockout template binding

I have a model with data annotations and i am an dynamically binding that with viewmodel using knockout template binding …

data-annotations knockout.js unobtrusive-javascript unobtrusive-validation knockout-mapping-plugin
The use of "this" is confusing me in JavaScript

Working with the JavaScript one of the confusing thing is when using this var x = { ele : 'test', init : function(){ alert(…

javascript unobtrusive-javascript
Ajax Forms with Rails 3 - Best Practice?

What is considered the Rails Way for Ajax Forms Until today I thought the way I use Rails forms + jQuery …

ruby-on-rails ajax forms unobtrusive-javascript
jQuery how to trigger event after form post returns?

I have an expensive form action that builds a zip file on the server and returns it to the browser. &…

javascript jquery html unobtrusive-javascript
What are the differences between using data-attributes and class / ID for javascript behaviour?

I have been working on an application, the front-end is primarily using jQuery. We rely on certain classed elements being …

javascript jquery css design-patterns unobtrusive-javascript