Problem I’m creating a chat UI with jQueryUI: $.widget(“ui.chatwindow”, { options: { nickname: “obama”; }, setNickname: function(nick){ var self = […]
Tag: jquery-ui
jQuery Delay slideDown using Queue
Problem I have the task to create a function that adds some messages to the page and another to show […]
jQuery UI button and some calculations
Problem I have a list of checkboxes styled using JQuery UI as buttons. Each have a data-price attributem containing a […]
Dialog multiple instantiations
Problem I have a site where there are lots of “jobs” that a user creates. The user has the option […]
jQuery Accordion + Sub Accordion + Search Filter
Problem I have a top level category accordion + accordions within those and a search that auto-opens the 2 levels […]