Questions tagged [fcbkcomplete]

Auto-complete/multi-select javacscript control styled like Facebook's pervasive user and option selectors.

Input control that is generally used as an improvement on a native browser list control for selecting one or more items. http://www.emposha.com/javascript/fcbkcomplete.html

17 questions
5
votes
2 answers

How to get ids when a value is selected in fcbkcomplete? - jsfiddle added

Please go through the below fiddle. I am trying to get the ids of the selected products in the fcbkcomplete box and show it as comma separated values in the textbox with id="interest". I wrote a function to achieve that but it didn't work. The…
Bala
  • 3,576
  • 10
  • 46
  • 74
2
votes
1 answer

Using jQuery in Google Maps infowindow

I want to use the fcbk_autocomplete function I downloaded from http://www.emposha.com/javascript/fcbkcomplete.html in Google Maps infowindow. Originally I have set the content of infowindow as shown below var friends =…
2
votes
1 answer

Keep first five characters and truncate the other characters in autocomplete?

I have an autocomplete textbox with multiple tokens. I wanted to check the first five entered characters to match and truncate the other characters. Please find my UI screen below: Actually I have customized the fcbk complete plug-in with shift +…
Ramkumar
  • 446
  • 1
  • 14
  • 30
2
votes
1 answer

Ajax having more than one url feed

I have three URLs that return different JSON responses (say user mobiles, addresses and emails) being populated from different beans.…
ComeRun
  • 921
  • 1
  • 20
  • 38
2
votes
1 answer

How can I clear the styles on a .draggable element's children, before moving them to the target?

I have a div in which I do some manipulation of list-items using the excellent fcbkcomplete jquery plugin. However, when i plug this in with my draggable and sortable page, I realized that the extra decorations are frozen when I move it over. This…
Freakishly
  • 1,533
  • 5
  • 32
  • 61
1
vote
1 answer

Send This array to php and get results in div (FCBKcomplete)

I'm using an autosuggest plugin that allows me to select multiple items from a dropdown menu (demo here). I want a query to be sent to a php file (I will be preoccupied with the query itself later) and get a result back without leaving the page. The…
user944589
  • 55
  • 5
1
vote
1 answer

JS Error: The node to be removed is not a child of this node

I have two autocomplete textbox on the page to do some advance search in my project. I am getting an error like Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. while removing a…
Ramkumar
  • 446
  • 1
  • 14
  • 30
1
vote
2 answers

fcbkcomplete, how to obtain all the values after adding or updating the Input

I'm interested in using fcbkcomplete, which has: onselect – fire event on item select. onremove – fire event on item remove What I'd like to happen for those two events is to alert a list of the IDs/values of the items in the input box. Can you…
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
0
votes
1 answer

FCBKcomplete doesn't seem to work with CDN jquery

I have jQuery included from Microsoft CDN using the following link: https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js I'm trying to use FCBKcomplete (http://www.emposha.com/javascript/jquerymultiselect.html). The problem is it doesn't work…
Razi Syed
  • 289
  • 2
  • 12
0
votes
2 answers

How to declare this function in jQuery? $(document).ready is not working

I am using FCBKcomplete. I don't know the reason why my UI is not accepting any function triggered under $(document).ready. I have to trigger the function below for Facebook like auto-complete, just like…
Bala
  • 3,576
  • 10
  • 46
  • 74
0
votes
1 answer

jQuery UI Autocomplete with FCBKcomplete/AutoSuggest/TokenInput styling

I am currently using the jQuery autocomplete feature. Functionality wise, it works awesome! But in terms of styling (in addition to theme roller), I would really like to see something like http://loopj.com/jquery-tokeninput/…
Antony
  • 5,414
  • 7
  • 27
  • 32
0
votes
2 answers

is there anyway to get fcbkcomplete working in a jquery ui dialog

i see other questions on this that say the solution is to set autoOpen = true but i don't want to have autoopen true. Is there anyway to get fcbkcomplete working on a jquery dialog without autoOpen = true.
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
1 answer

how to bind multiselect dropdown to asp.net controller action parameter

i have a html form which posts to a asp.net-mvc controller action and previously worked fine. i just added a new multiselect dropdown (using the fcbkcomplete jquery plugin) and i am having problems binding it to a new property that i just added of…
leora
  • 188,729
  • 360
  • 878
  • 1,366
0
votes
1 answer

Send more data in fcbkcomplete

i have this question, i want to send a data like ajax but in fcbkcomplete. Example: in ajax $.ajax({ url: 'sys_pacientes/find_ciudades', data : { tag: $('#tag').val(), Anothertag: $('#tag').val() …
0
votes
1 answer

FCBKcomplete, Create a new TAG with Commas as opposed to Enter

Currently, FCBKcomplete created new tags after you type something in and press enter. Is there a way to get the plug-in to allow for comma's (which is how tags are commonly separated) to create new tags? I'd hate to have to try to retrain users to…
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
1
2