jquery - How to resolve Javascript error "Type is Undefined"? -


hi please tell me how resolve javascript error 'type' undefined in 'microsoftmvcajax.js'

please help.

we need see @ least code before can sure of giving answer; simple typo in code. assuming isn't, guess you're trying run js code on page load, before ms library has been loaded, it's throwing error because you're referencing object in library javascript doesn't yet know about.

if case, you'll need defer bit of code running until library loaded. there should standard way of doing specified library.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -