Response title
This is preview!
Are you sure? What exactly do you mean by "latest". See here:We are using a CDN to pull the latest jQuery version
" We are using the most up to date version of jQuery 1, not jQuery 2"
That's funny. Because every one of your USERS can look at that file! If they couldn't your site wouldn't work.I am one of the developers, but not the one who adds jQuery to the site; in fact, I don't even have access to look at that file.
$( "input[type='checkbox']" ).prop({
disabled: true
});
Notice the squiggly-brackets.
That's one way. Jake showed you another. If you pass an object as shown in the example,
you can set multiple properties in one call. They choose a bad example for that syntax,
since only one property is being set!
© 2013 jQuery Foundation
Sponsored by and others.