All jQuery UI

Use jQuery UI Icons in jQuery UI Button

The jQuery UI themes provides many icons which you can use for any purpose. You can display them in jQuery UI buttons as well. To use them, all you need to provide is the class name. The jQuery UI Button widget has icons settings to display icons. You can display 2 different icons. The primary […]
Read the rest of this entry »

Change Position of Current month in multi month jQuery UI Calendar

Today I needed to show a 3 months(multi month) jQuery UI Calendar and need to show current month in the middle. Read "Show multiple months in jQuery datepicker". By default, the current month is always displayed at first place. See the image. But I need to display the current month (which is September) in the […]
Read the rest of this entry »

Detailed guide of how to setup jQuery UI – Part 2

Yesterday I had posted about Detailed guide of how to setup jQuery UI and once you download the jQuery UI library, you'll get a customized zip file containing everything you selected. Once you've downloaded jQuery UI, you'll get a zip containing the following files: /css/ /development-bundle/ /js/ index.html Out of these files, there are 3 […]
Read the rest of this entry »

Detailed guide of how to setup jQuery UI – Part 1

Indeed jQuery UI is a great library but downloading and installing jQuery UI is not straight forward thing. It is slightly more complicated than setting up jQuery and it requires some attention. jQuery UI Library can be downloaded from jQueryUI official website. The downloading process is a little more complex than for other JavaScript libraries. […]
Read the rest of this entry »

How to change jQuery UI Button Tooltip

jQuery UI Button shows the text of the button as tooltip. That is default behavior of jQuery UI Button. Sometimes you need to override this default behavior and you want to set the tooltip to some different text. Well, that's possible. jQuery UI Button has option called "label". When this is not specified then it […]
Read the rest of this entry »

Fix for jQuery UI Button with only images issue

Yesterday, while using jQuery UI Button I encounter an strange issue. The functionality was to display the button with only image, no text. But my button was looking quite odd. See below image, After few minutes, I realized that I was doing 2 mistakes. As soon as I fixed it, the button was looking good. […]
Read the rest of this entry »

Responsive Menu
Add more content here...