For one of my projects, I was looking for a datepicker, simple and lightweight. I found such – jQuery date picker plug-in, developed by Kelvin Luck (http://www.kelvinluck.com/). It suits all my needs, except one – it placed icon always after the text input box. To make possible to place it before the input box, I… Continue reading Jquery DatePicker icon position
Tag: jquery
Plugin e-Commerce multi-currency support plugin is released
I needed to implement quick switch of currencies in e-Commerce web store. I found plugin wp-e-commerce-multi-currency-magic, but it was pretty outdated – working only on version 2.7.6 of e-Commerce. Version 3.8 had lot of changes, which did not work with this switcher. I forked old one and started developing brand new currency switcher. If you… Continue reading Plugin e-Commerce multi-currency support plugin is released
how to remove zoom icon from jQuery FancyZoom plugin
Jquery FancyZoom is a pretty nice plugin for zooming images, but I needed to remove the blue icon from the view, while the image is hovered by a pointer. I added new default option: //Default Options $.fn.fancyzoom.defaultsOptions = { overlayColor: ‘#000’, overlay: 0.6, imagezindex:100, showoverlay:true, Speed:400, shadow:true, shadowOpts:{ color: “#000”, offset: 4, opacity: 0.2 },… Continue reading how to remove zoom icon from jQuery FancyZoom plugin
kennelwildpansy.com is released
I am glad to announce that kennelwildpansy.com was released recently. Site owner works with raising dogs.
jquery UI and IE9
Since Internet Explorer 9 was released, I received some negative feedback on one of my sites using with it. I looked through the forums for help, and found only information on broken IE9 javascript in official beta version. I installed official update and it turned out to be that my problem is not going away… Continue reading jquery UI and IE9