Tag Archives: jQuery

Making jQuery Play Nice With .NET Partial Post Backs

April 26, 2011

5 Comments

The Problem:
Those looking to take advantage of .NET’s Panel control, untilizing a Scriptmanager to create asyncronious post backs, while at the same time using jQuery’s $(document).ready() function will encounter an issue.
During the initial page load any functionality that takes place inside the $(document).ready() completes successfully. However, because $(document).ready() doesn’t get called during a partial-page post [...]

Continue reading...

Strange jQuery Behavior

April 28, 2009

0 Comments

I’ve discovered some strange behavior with jQuery at work today. I have an element that when changed is checked for a condition. If the condition is met, I disable a form element on the screen, and then if the condition ever becomes false, I allow this element again. (In addition to merely disabling the element, [...]

Continue reading...