Tag Archives for jquery

jQuery UI Autocomplete Widget with PHP and MySQL

You might also be interested in the Using jQuery Autocomplete to Populate Another Autocomplete post. As a follow up to the jQuery UI Autocomplete Widget with ColdFusion post, I did one with PHP as the backend. The jQuery UI folks have released an autocomplete widget that is pretty slick. This example uses the json_encode function [...]

Posted in jquery, php | Also tagged 2 Comments

jQuery UI Autocomplete Widget with ColdFusion

You may also be interested in the jQuery UI Autocomplete Widget with PHP and MySQL or the jQuery UI Autocomplete Widget with ASP.NET VB post. Also, check out the Using jQuery Autocomplete to Populate Another Autocomplete post. The jQuery UI folks have released an autocomplete widget that is pretty slick. Using it with ColdFusion is [...]

Posted in ColdFusion, jquery | Also tagged 43 Comments

Pop-up Survey with jQuery UI Dialog

I was tasked with creating a pop-up survey for a project. Fairly simple whether I used the jQuery dialog or not so I added a “Thank you” dialog that displays the survey results with a lightweight, css-based bar chart just for fun. There is also an ASP.NET version of this post. Pop-up Behavior Pop-up survey [...]

Posted in jquery, Web development | 46 Comments

Using jQuery Datepicker and Dialog Box To Select Date Range

This post has been updated and moved to: http://www.jensbits.com/2011/09/06/using-jquery-datepicker-and-dialog-box-to-select-date-range-2/

Posted in jquery, Web development | 13 Comments

Positioning Multiple jQuery UI Dialogs

This post shows one way to position multiple jQuery UI dialogs on the same page. It positions the dialog over the calling button based on the button’s position in the viewport. The dialog box contents can be placed anywhere in the body. For this example they look like this: Not much. Just a little styling [...]

Posted in jquery, Web development | 1 Comment