Browse by Tags
All Tags »
ASP .NET AJAX (
RSS)
I recently gave a presentation on Object Oriented JavaScript (OOJ) and received some good feedback so the next few posts will be a more verbose version of that presentation. AGENDA Part 1 – JavaScript Review Part 2 – How Part 3 – Why Use OOJ? Part 4 ...
I recently gave a presentation on Object Oriented JavaScript (OOJ) and received some good feedback so the next few posts will be a more verbose version of that presentation. AGENDA Part 1 – JavaScript Review Part 2 – How Part 3 – Why Use OOJ? Part 4 ...
For reference. To maintain context in a JavaScript callback use a closure and an anonymous function. For example: var curObj = this ; //closure to get context in callback $( '#foobar' ).animate({ height: 100 }, 1000, "jswing" , function () { alert(curObj...
Yesterday I was trying to run an ASP .NET website that leveraged multiple WCF Ajax-enabled services on a Windows Server 2008 box under an IIS7 application but kept running into the following JavaScript error: "Namespace.Service is undefined". One of my...
More Posts