Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

Selectable & Draggable jQuery to make a Windows Explorer-like window

I'm now facing another thing that I can't figure out how to do. I'm new to jQuery and I'm trying to make an icon draggable and when you drop it in the folder(.folder div) It will be moved there. ...
4
votes
1answer
2k views

jQuery unexpected sortable behaviour

I'm working on a project where I can generate Word documents, one of the functionalities is to define a table of contents. I want my TOC to be a sortable jQuery list for sorting the chapters. I'm ...
4
votes
3answers
3k views

JQuery UI; Stop propagation of selectable events

Basically I am using jQuery ui's selectable functionality on a ul, but the ul will often times have a scrollbar, and this scrollbar becomes unusable in Webkit browsers since when you try to click on ...
3
votes
2answers
468 views

jQuery selectable() elements update values

Basically what I'm trying to do is update the value attribute of a hidden input field contained within the selected element when the selectable() UI stops running. If the element is selected, then ...
3
votes
3answers
650 views

Plugin for jQuery Text-editor style selection?

What I'm trying to achieve is to use jQuery to mimic the behavior of the text-selection functionality you see in a typical text-editor, except instead of selecting text, I want to select multiple rows ...
3
votes
4answers
417 views

destory a function in javascript ( jquery )

hello guys is there anyone know how to destory a javascript ( jquery ) function? im using jquery "selectable" and a function call "edit" is fired on selectable "stop" event. inside this "edit" ...
3
votes
1answer
530 views

jQuery UI Selectables - Start Drag-Selecting from Outside of Objects

I am using the jQuery UI Slectable http://jqueryui.com/demos/selectable/ Once initialized (just like in the demo on that link). drag-selecting only works if I start holding the mouse button on top of ...
2
votes
1answer
49 views

How to select elements based on xy coordinates, not using mouse drag, with jquery?

How to select elements based on XY coordinates and not with mouse drag with jquery?
2
votes
1answer
46 views

jQuery-UI selectable into input

please follow this link: FIDDLE I'm building this input (that is a search tool) and I'm putting some "tips" to select. I use an hidden paragraph to store it better. I have 2 problems: if you try ...
2
votes
4answers
1k views

jQuery UI selectable - making multiple select default

I need to make multiple selection available by default, so the user doesn't have to hold ctrl. Would appreciate some help with this, thanks.
2
votes
1answer
368 views

adobe flex datagrid selectable columns

I'm trying to make a Flex (Advanced)DataGrid component with some mechanism where the user can toggle the visibility of the columns. I've crudely implemented this by reading in the columns into the ...
2
votes
1answer
491 views

jquery ui selectable combined with draggable works in IE but not in Firefox

I have a tree of resources which is set up as a table, and I want to be able to select a number of resources from the tree using Ctrl-Click to select multiple resources and drag them over onto a table ...
2
votes
1answer
97 views

Link doesn't work inside UI Selectable

these are the code from JQuery website and I rewrite the contents of one : <style> #feedback { font-size: 1.4em; } #selectable .ui-selecting { background: #FECA40; } #selectable ...
2
votes
2answers
321 views

GWT Selectable Grid

Does anyone know of a good selectable grid for gwt google web toolkit? I need this functionality ported over for my application. Just for example I would like it work similar to pfselect for the ...
1
vote
0answers
23 views

jQuery Selectable metaKey event binding not the same as actual key press

I am using the jQuery UI Selectable component. In order to allow multiple selections without holding down control/command I have the following: (from another thread) ...
1
vote
1answer
90 views

How to pass appended data to an ajax post jquery ui selectable grid -> fancybox?

I need help incorporating the two jQuery ui's selectable (grid) and fancy box (lightbox solution). Now the fancy box makes a ajax post really simple (ahref="link to page") and displays it! The ...
1
vote
1answer
183 views

Django-selectable with dynamic inlines

I'm using django-selectable ( https://bitbucket.org/mlavin/django-selectable ) with an admin tabularInline to get autocomplete functionality on one of the inline fields. It works for inlines added at ...
1
vote
0answers
77 views

Is there a way to get this jquery grid selection object to default to multi-select?

http://jqueryui.com/demos/selectable/#display-grid Im using the Jquery Selectable (link above) but the user has to hold the control button down to select multiple items... Is there anyway that user ...
1
vote
2answers
481 views

jQuery UI Selectable : How to get marching ants style lasso to show up?

I've just started injection some jquery UI goodness into my app and am struggling with a rather minor issue. I have the selectable plugin working but I can seem to get the lasso marquee box thing to ...
1
vote
1answer
96 views

What should I do when events conflicted between JQuery plugins?

I have tow plugins attach to the parent element and its children. parent attached with JQuery UI selectable plugin and its children attached with a plugin called jquery contextmenu. With the jquery ...
1
vote
2answers
131 views

How to attach plugin's function to dynamic created elements in JQuery?

I was attached the JQuery UI Selectable to an UL element.But the li item which inside were dynamic created.And of course, I couldn't make selection of them.So, How to attach plugin's function to ...
1
vote
3answers
1k views

Making things unselectable in IE

Here is my chart I've been writing in JS: http://jsfiddle.net/49FVb/ The css: -moz-user-select:none; -khtml-user-select: none; Works fine for Chrome/FF, but in IE all the elements are still ...
1
vote
1answer
147 views

How to un-selecte li of UI Selectable via element click event?

I want to unselected selected li by click other element.E.g: <style> #feedback { font-size: 1.4em; } #selectable .ui-selecting { background: #FECA40; } #selectable .ui-selected ...
1
vote
3answers
663 views

Javascript non selectable text not working in Chrome/IE

In firefox seems fine, chrome and IE the text is still selectable, is there any way around this? The code was taken from another question, (which I can't find right now) so it may be out of date? // ...
1
vote
3answers
2k views

jQuery UI Selectable - unselect selected item on click

Does anyone know if there's a way to configure a jquery ui selectable element to unselect the selected element when you click it? Sort of like a toggle. If it's already selected, unselect it, ...
1
vote
0answers
311 views

jQuery selectable with context menu

I just installed jQuery UI and got its selectable working with a simple table and its rows. To add a bit more functionality I added a context menu using this context menu plugin. If I use every ...
1
vote
1answer
91 views

Can selectable jquery ui be forced to select in order

I want to use jQuery's (or something similar) selectable functionality: http://jqueryui.com/demos/selectable/#display-grid. However, I would like to be able to force selections. For example, for ...
1
vote
2answers
2k views

Select Text In Android

Is it Possible to Display some text say a story, in an ANDROID app which also enables the user to select some text and perform some operations on that text.. the main idea is to display some text and ...
1
vote
2answers
944 views

jQueryUI selectable: can't apply theme to selected item (“ui-selected” class)

I am developing an application using jQueryUI. I am also using the Themeroller. I want to have as many of my styles as possible defined using the theme, so that if I need to change some styles, I ...
0
votes
1answer
59 views

jQuery Selectable Events

I have a jQuery plugin that drags and drops elements into different containers, I want to attach some events, for example when an element is over a container. These events used to work perfectly but ...
0
votes
1answer
59 views

How to store jquery selectable into mysql db using php

I have a grid like this http://jqueryui.com/demos/selectable/#display-grid . How can I store a user selected "number" into mysql db using php ? here is jquery selectable demo html code
0
votes
1answer
46 views

jQuery UI selectable- what am I doing wrong?

I know I'm doing something wrong with the jQuery UI selectable code but I can't figure out exactly what. Also, how can I condense the two parts of the jQuery UI selectable code into one function? ...
0
votes
1answer
89 views

ASP.NET MVC: jQuery UI Selectable Form Posting and Validation

I have a list of items that I display to a user and allow them to select one or more of them by utilizing the jQuery UI Selectable interaction. In order to post the selected values back to the ...
0
votes
1answer
154 views

How can i make a Qt Quick (QML) ListView Item unselectable?

Can I make a QML Item contained into a ListView object unselectable? Something like this for(var i=0; i < ListView.model.count; i++) { ...
0
votes
1answer
82 views

asp.net menu show arrow on non selectable nodes

i have a databound asp.net menu with the following databindings <DataBindings> <asp:MenuItemBinding TextField="title" ToolTipField="description" NavigateUrlField="url" ...
0
votes
0answers
125 views

Transform an editable HTML table into JQuery Selectable list

I have a table where an user insert values. After clicking on a button and these values are correct then that table must be converted in one selectable (using JQuery library), there I want to group ...
0
votes
1answer
274 views

Jquery UI SELECTABLE, how to select one item only?

is there any way to define that, only one item can be selected with jquery.selectable widget? Or i've to inmplement a workarround capturing events and manipulating by my self what happens?
0
votes
1answer
371 views

customized Radio button make selectable in android

i have a two customized radio button and also image button shows male and female but when i click on radio button it is not showing checked how to do this ?? below is my xml code :- RadioGroup ...
0
votes
1answer
123 views

How to insert an item in a Selectable control

Is there a "clean" way to insert an item in a jQuery UI Selectable control? Say, I have the following Selectable: <div id="selectable"> <div>Item 1</div> <div>Item ...
0
votes
0answers
127 views

How can I make a selectable NSTextField so a user can tab to it for use with Cocoa Accessibility API?

I have an Objective C program with several views which contain informative text that I would like to have read via voiceover when the user tabs to it. Using an NSTextField with a behavior of ...
0
votes
3answers
298 views

How to enable dblclick event on elements which was binded with JQuery UI Selectable plugin?

In my case,I have an UL with JQuery UI Selectable plugin applied,but at the same time ,I want the item witch was binded with selectable plugin was doing something when I double click this item.But it ...
0
votes
0answers
66 views

How to de-select selected item when click once again in JQuery ui selectable plugins?

I mean: Just like checkbox . check and uncheck by click !! When I first click the item its status was selected and was gave the class ui-selected,and the second time I click the item which was ...
0
votes
1answer
535 views

jQuery UI Selectable Not Working With .dialog open html

I am opening a .dialog modal and loading html. I am applying jQuery selectable to a list that is in the html and displayed in the .dialog modal. Selectable is not working, the straight html for the ...
0
votes
1answer
442 views

How to disable double click on advanced datagrid grouping title?

I have an advanced datagrid that has a grouping on it. With the items inside of the grouping I have it setup where you double click on an item and it will create a popup that allows the user to edit ...
0
votes
1answer
223 views

jquery selectable link button issue

i am using Jquery selectable to select student names and these names are hyperlink. it seems that even when i click on them it makes these items seleactable, however what i want is if they click on ...
0
votes
1answer
173 views

How to keep the selected state of UI Selectable until I want to unselected?

I just want to hold the selected stated of li until I want to unselected.Just Like my previous question before: <style> #feedback { font-size: 1.4em; } #selectable ...
0
votes
2answers
236 views

what type of event is control-click in gwt

What is the event type for the control click in a table cell in a GWT application? I want to basically change the color of the background when the user does this action. This part of my code ...
0
votes
1answer
121 views

Display a page's elements as selectable (HTML/PHP)

I am looking for a way to make all visible objects in a webpage selectable by a visitor. For example, I take google's homepage as source, my php script already gets the homepage, and stores ...
0
votes
4answers
654 views

jquery ui selectable get id?

How do I get the 'id' of an item in a selectable list, if the list is created dynamically? <ul id="selectable"> <li id='1'>..</li> . . <li... </ul> ...
0
votes
1answer
219 views

jQuery UI selectable won't work with anything besides '#selectable'

I am trying to use 2 instances of the jquery selector UI on my site and it won't seem to work with anything besides '#selectable' as the ordered list id. Here is my code.. <script ...

1 2