I'm changing a webforms project from .NET 3 over to .NET 4 and I'm having a problem with a page that didn't error before.
$(function () {
$('select').MyMethod($('input'));
});
Object Doesn't Support Property Or Method 'MyMethod'
This worked previously, not sure what has happened.
Anyone?
Go to the complete details ...