On of the interesting new things that Javascript 1.8.5 introduced is something that we were doing for long time – binding functions to events while controlling the context of called method. If up until now we used tricks like closures to create this binding, now this is built into the language. Binding Events This is [...]
First of all, i was amazed when i got such a nice feedback from the jQuery community, telling me how they use my plug-in. Most of the people contacted me about it use the floating object for a floating menu in a web site – which i think adds a nice touch to it. Some [...]
Problog This blog cover the following topics: How to write a jQuery Plug-in What is a floating object and where it can be used How to move a DOM object using jQuery Implementing a class in javascript One of the things that I really like about jQuery is its huge community that develops plug-ins for [...]