javascript

  • JQuery Is Not Defined

    This is a common error for users implementing JQuery UI. Usually if you see this message, this could mean a few things: – There is a syntax issue or bad link referencing the JQuery (min/full) JS. Use your debuggers to… Continue reading

  • Disable button on AJAX Postback

    Many different implementations exist for disabling a button on AJAX post-back. I find the following code snippet to be very simple, clear and effective. Although this example applies to ASP. NET, with small modification this would work for PHP as… Continue reading