jquery Programming Glossary: selectable
fullcalendar multiple cell select on mobile device? http://stackoverflow.com/questions/12244105/fullcalendar-multiple-cell-select-on-mobile-device ev.id alert this.id for param in ui console.log ev.id selectable true selectHelper true select function start end allDay alert..
jquery load issue http://stackoverflow.com/questions/1370738/jquery-load-issue div ul id tree class filetree li span class folder selectable Design Patterns span ul li id softwareengineering designpatterns.. designpatterns decorator class file span class file selectable Decorator Pattern span li li id softwareengineering designpatterns.. designpatterns visitor class file span class file selectable Visitor Pattern span li li id softwareengineering designpatterns..
jQuery unexpected sortable behaviour http://stackoverflow.com/questions/1789169/jquery-unexpected-sortable-behaviour helper 'clone' cursor 'move' tolerance 'pointer' ul.list .selectable ul.list .disableSelection script style type text css ul.list.. to see the code and play with it jquery sortable behavior selectable share improve this question Just add this 'ul.list' .bind..
Datepicker for web page that can allow only specific dates to be clicked http://stackoverflow.com/questions/1890418/datepicker-for-web-page-that-can-allow-only-specific-dates-to-be-clicked date_str return true 'good_date' 'This date is selectable' else return false 'bad_date' 'This date is NOT selectable'.. else return false 'bad_date' 'This date is NOT selectable' The return values are 0 boolean selectable or not 1 CSS class.. date is NOT selectable' The return values are 0 boolean selectable or not 1 CSS class names to apply if any make sure to return..
How to programmatically select selectables with jQuery UI? http://stackoverflow.com/questions/3140017/how-to-programmatically-select-selectables-with-jquery-ui to programmatically select selectables with jQuery UI I have a range of items that are selectable... with jQuery UI I have a range of items that are selectable. I would like to add a button somewhere that activates a preset.. just to add those css classes. jquery jquery ui jquery ui selectable share improve this question Here is a variation of Alex..
JQuery datepicker- 2 inputs/textboxes and restricting range http://stackoverflow.com/questions/330737/jquery-datepicker-2-inputs-textboxes-and-restricting-range the To date with the limit of 01 December being the first selectable date I can't seem to get all of the above working together...
Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)? http://stackoverflow.com/questions/501943/can-the-jquery-ui-datepicker-be-made-to-disable-saturdays-and-sundays-and-holid equal to true false indicating whether or not this date is selectable and 1 equal to a CSS class name s or '' for the default presentation...
jqgrid: multiselect and disable check (conditional) http://stackoverflow.com/questions/5259262/jqgrid-multiselect-and-disable-check-conditional I would suggest you to disable some checkboxed from the be selectable with respect of disabled attribute. To make full implementation.. we make all even rows protected so that will be not selectable var cbs tr.jqgrow td input.cbox even grid 0 cbs.attr disabled..
Customizing the Add/Edit Dialog in jqGrid http://stackoverflow.com/questions/6495172/customizing-the-add-edit-dialog-in-jqgrid In jqGrid add edit dialogs I would like to load a list of selectable items based on a selection made earlier. In the picture above..
Is there a JQuery plugin which combines Draggable and Selectable http://stackoverflow.com/questions/705250/is-there-a-jquery-plugin-which-combines-draggable-and-selectable this here http www.ryancoughlin.com 2008 11 23 combining selectables and draggables using jquery ui It is nicely told but to make.. in here var selected offset top 0 left 0 initiate the selectable id to be recognized by UI #selectable .selectable filter 'div'.. left 0 initiate the selectable id to be recognized by UI #selectable .selectable filter 'div' declare draggable UI and what we are..
jQuery UI Selectable - unselect selected item on click http://stackoverflow.com/questions/3946462/jquery-ui-selectable-unselect-selected-item-on-click UI Selectable unselect selected item on click Does anyone know if there's..
Jquery Selectable without holding control http://stackoverflow.com/questions/4999789/jquery-selectable-without-holding-control Selectable without holding control I use the Jquery Selectable But the.. Selectable without holding control I use the Jquery Selectable But the user have to hold the control button down to select..
Is there a JQuery plugin which combines Draggable and Selectable http://stackoverflow.com/questions/705250/is-there-a-jquery-plugin-which-combines-draggable-and-selectable there a JQuery plugin which combines Draggable and Selectable I'm looking to implement a web interface with a number of items.. to that would be first choice. JQuery UI Draggables and Selectables individually do much of what we want but don't really work..
jQuery Selectable Customization http://stackoverflow.com/questions/9208849/jquery-selectable-customization Selectable Customization I have a jQuery selectable as shown below. It..
Enable Shift-Multiselect in jQuery UI Selectable http://stackoverflow.com/questions/9374743/enable-shift-multiselect-in-jquery-ui-selectable Shift Multiselect in jQuery UI Selectable I want to enable multiselect capabilities in a jQuery UI Selectable.. I want to enable multiselect capabilities in a jQuery UI Selectable table by holding shift . I probably should do something like.. for that functionality. It's not dependent on jQuery ui Selectable plugin and as far as i know works fine with it. You can find..
fullcalendar multiple cell select on mobile device? http://stackoverflow.com/questions/12244105/fullcalendar-multiple-cell-select-on-mobile-device 'ui state active' drop function ev ui console.log ev.id alert this.id for param in ui console.log ev.id selectable true selectHelper true select function start end allDay alert Cell selected from .fullCalendar.formatDate start 'yyyy MM..
jquery load issue http://stackoverflow.com/questions/1370738/jquery-load-issue div div id leftMenu class thinDottedBorder div class min500px div ul id tree class filetree li span class folder selectable Design Patterns span ul li id softwareengineering designpatterns decorator class file span class file selectable Decorator.. selectable Design Patterns span ul li id softwareengineering designpatterns decorator class file span class file selectable Decorator Pattern span li li id softwareengineering designpatterns visitor class file span class file selectable Visitor.. file selectable Decorator Pattern span li li id softwareengineering designpatterns visitor class file span class file selectable Visitor Pattern span li li id softwareengineering designpatterns chainofresponsibility class file span class file selectable..
jQuery unexpected sortable behaviour http://stackoverflow.com/questions/1789169/jquery-unexpected-sortable-behaviour type text javascript function ul.list .sortable opacity 0.7 helper 'clone' cursor 'move' tolerance 'pointer' ul.list .selectable ul.list .disableSelection script style type text css ul.list list style none padding none margin none border 1px solid #EFEFEF.. is clear enough. Here's a Demo. add edit to the URL to see the code and play with it jquery sortable behavior selectable share improve this question Just add this 'ul.list' .bind 'mousedown' function e e.stopPropagation This will stop IE..
Datepicker for web page that can allow only specific dates to be clicked http://stackoverflow.com/questions/1890418/datepicker-for-web-page-that-can-allow-only-specific-dates-to-be-clicked date.getMonth 1 addZero date.getDate .join ' ' if dates_allowed date_str return true 'good_date' 'This date is selectable' else return false 'bad_date' 'This date is NOT selectable' The return values are 0 boolean selectable or not 1 CSS.. date_str return true 'good_date' 'This date is selectable' else return false 'bad_date' 'This date is NOT selectable' The return values are 0 boolean selectable or not 1 CSS class names to apply if any make sure to return '' if none 2.. date is selectable' else return false 'bad_date' 'This date is NOT selectable' The return values are 0 boolean selectable or not 1 CSS class names to apply if any make sure to return '' if none 2 Tooltip text optional Note that the date variable..
How to programmatically select selectables with jQuery UI? http://stackoverflow.com/questions/3140017/how-to-programmatically-select-selectables-with-jquery-ui to programmatically select selectables with jQuery UI I have a range of items that are selectable. I would like to add a button somewhere that activates a preset.. to programmatically select selectables with jQuery UI I have a range of items that are selectable. I would like to add a button somewhere that activates a preset selection amongst those. Is there a way I can do that What.. is set cleared as well when selecting things. So it's not just to add those css classes. jquery jquery ui jquery ui selectable share improve this question Here is a variation of Alex R's code working with multiple elements http jsfiddle.net XYJEN..
JQuery datepicker- 2 inputs/textboxes and restricting range http://stackoverflow.com/questions/330737/jquery-datepicker-2-inputs-textboxes-and-restricting-range the From date can only be within the range of 7 days before the To date with the limit of 01 December being the first selectable date I can't seem to get all of the above working together. In summary I would like to be able to select a range of up to..
Can the jQuery UI Datepicker be made to disable Saturdays and Sundays (and holidays)? http://stackoverflow.com/questions/501943/can-the-jquery-ui-datepicker-be-made-to-disable-saturdays-and-sundays-and-holid takes a date as a parameter and must return an array with 0 equal to true false indicating whether or not this date is selectable and 1 equal to a CSS class name s or '' for the default presentation. It is called for each day in the datepicker before..
jqgrid: multiselect and disable check (conditional) http://stackoverflow.com/questions/5259262/jqgrid-multiselect-and-disable-check-conditional thanks jquery jqgrid share improve this question I would suggest you to disable some checkboxed from the be selectable with respect of disabled attribute. To make full implementation you will need set disabled inside of loadComplete event.. is here var grid #list10 i grid.jqGrid ... loadComplete function we make all even rows protected so that will be not selectable var cbs tr.jqgrow td input.cbox even grid 0 cbs.attr disabled disabled beforeSelectRow function rowid e var cbsdis tr#..
Customizing the Add/Edit Dialog in jqGrid http://stackoverflow.com/questions/6495172/customizing-the-add-edit-dialog-in-jqgrid Dialog in jqGrid Sorry I can't post images I'm too new. In jqGrid add edit dialogs I would like to load a list of selectable items based on a selection made earlier. In the picture above the value selection should be loaded based on the value chosen..
Is there a JQuery plugin which combines Draggable and Selectable http://stackoverflow.com/questions/705250/is-there-a-jquery-plugin-which-combines-draggable-and-selectable extension from eyecon.ro. After some research i found this here http www.ryancoughlin.com 2008 11 23 combining selectables and draggables using jquery ui It is nicely told but to make the code snippets run you have to dig into it. I was able.. the selected variable we are going to store the selected objects in here var selected offset top 0 left 0 initiate the selectable id to be recognized by UI #selectable .selectable filter 'div' declare draggable UI and what we are going to be doing on.. store the selected objects in here var selected offset top 0 left 0 initiate the selectable id to be recognized by UI #selectable .selectable filter 'div' declare draggable UI and what we are going to be doing on start #selectable div .draggable start..
jQuery UI Selectable - unselect selected item on click http://stackoverflow.com/questions/3946462/jquery-ui-selectable-unselect-selected-item-on-click UI Selectable unselect selected item on click Does anyone know if there's a way to configure a jquery ui selectable element to unselect..
Jquery Selectable without holding control http://stackoverflow.com/questions/4999789/jquery-selectable-without-holding-control Selectable without holding control I use the Jquery Selectable But the user have to hold the control button down to select items is.. Selectable without holding control I use the Jquery Selectable But the user have to hold the control button down to select items is there anyway that user can select multiple items without..
Is there a JQuery plugin which combines Draggable and Selectable http://stackoverflow.com/questions/705250/is-there-a-jquery-plugin-which-combines-draggable-and-selectable there a JQuery plugin which combines Draggable and Selectable I'm looking to implement a web interface with a number of items which can be selected and dragged around to position them.. Desktop really. We're using JQuery already so additions to that would be first choice. JQuery UI Draggables and Selectables individually do much of what we want but don't really work together to give the sort of effect we're looking for. I am..
jQuery Selectable Customization http://stackoverflow.com/questions/9208849/jquery-selectable-customization Selectable Customization I have a jQuery selectable as shown below. It is actually an ordered list. The ordered list is residing inside..
Enable Shift-Multiselect in jQuery UI Selectable http://stackoverflow.com/questions/9374743/enable-shift-multiselect-in-jquery-ui-selectable Shift Multiselect in jQuery UI Selectable I want to enable multiselect capabilities in a jQuery UI Selectable table by holding shift . I probably should do something.. Shift Multiselect in jQuery UI Selectable I want to enable multiselect capabilities in a jQuery UI Selectable table by holding shift . I probably should do something like this if shift is held down on mouseclick Get topmost selected.. share improve this question I wrote simple plugin for that functionality. It's not dependent on jQuery ui Selectable plugin and as far as i know works fine with it. You can find plugin code and simple example here http jsfiddle.net bMgpc..
|