Browse by Tags

All Tags » jQuery (RSS)

How JSONP works by joelvarty

There are a plethora of explanations for JSONP (JSON with Padding, I think it stands for) out there – just search for “how JSONP works” and you’ll get a ton of descriptions.  JSONP is provided as an alternative to normal JSON by jQuery on the client...
Filed under: , ,

Load jQuery Dynamically by joelvarty

Sometimes you have to load jQuery, but you don’t know if it has already been referenced somewhere else in the website.  This tends to happen if you have a custom web control, delivered in an assembly, that relies on jQuery. This code has been ripped...
Filed under: , ,

JQuery - get a handle on a server element in javascript without using <%= elem.ClientID %> by joelvarty

One of the things I see  a lot of is code that looks like this: < asp:CheckBox ID ="chkEnable" Text ="My Checkbox" runat ="server" /> < script type ="text/javascript" > var chkEnable = $get( "<...
Filed under: , ,

VS Docs for jQuery 1.3.1 by joelvarty

I am using jQuery for everything these days - it really is an awesome add-on to any web application, and what even better is that you can get intellisense on it for the latest version.   Makes it easy to get stuff like this showing up when you are...
More Posts