Contents tagged with jquery
-
A way to organize your javascript code
I while back I got tired of having to include bootstrapping code on all my html (aspx) pages; you know, including some sort of $(document).ready(…) to bind the correct set of handlers for the page, so I came up with a basic routing/bootstrapper to handle this in a more generic way.
-
Custom HTML Dropdown control (part 2) - The server control
In this part we are going to take the custom DropDown html control that we created in part 1 and create an ASP.NET server control so we can use it in our Web Forms.
-
Custom HTML Dropdown control (part 1)
My problem stated with the fact that if you set a width to a dropdown (select) control, IE clips the contents of a drop down list when expanded.