Tagged Questions
0
votes
0answers
147 views
JQuery token input without autocomplete [closed]
I'm looking for something like tagedit, but without the autocomplete component.
I simply need to add multiple keywords into a text input form, whatever the user inputs. I still need it to ...
1
vote
1answer
206 views
JQuery TokenInput not displaying search result
I am using jQuery Tokeninput to display the emails of user, Actually I am trying to invite users. When I click on the input text and type some email it always say no result even if that email exists.
...
0
votes
1answer
219 views
Reload new data into token input dynamically and also change the prepopulate option
I am using jQuery Tokeninput by James Smith. Once I initialize the token input, I need to change the data fed to it and also change the prepopulate option under script control. How can I do this?
...
0
votes
1answer
251 views
what javascript to simulate tab, enter or comma input for jquery.tokeninput?
Anybody know jquery.tokeninput? What combination of (jQuery) events do I use (presumably on the input field) to simulate the effect of entering text and pressing tab, enter or the comma key when the ...
0
votes
1answer
282 views
jquery tokeninput with PHP
I am using Jquery Tokeninput in my project to display some numbers in a textarea. I have a hidden input field in which I save the JSON string containing the numbers.
The JSON looks like
patents = ...
1
vote
1answer
123 views
splitting a string in to array
I have a string in the form,
var k= '<html><div id="test">it is interesting</div></html>',
I am trying to convert this in to an array of form
<html>
<div ...
0
votes
1answer
125 views
Tokenization of text with jQuery
I have a neat challenge and can't complete it with myself!
To everyone who don't know what tokenization is, see here: http://en.wikipedia.org/wiki/Tokenization
Goal
Process text word-for-word and ...
3
votes
1answer
107 views
How to pre populated some tag on ASPTokenInput
Hi I am using ASPTokenInput library find from below url
https://github.com/harindaka/ASPTokenInput/wiki
Can any one please help me how can I pre populate some token control on page load and on partial ...
0
votes
1answer
89 views
Replace hintText with predefined list
I'm working on a project using jQuery Tokeninput. The plugin is described as such:
Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using ...
1
vote
2answers
217 views
Is there a way to prevent caching of certain URLs?
I have an auto complete box on my site. I'm using Tokeninput. When there isn't a result I have users click a link to add it. The problem is that if they've already typed the exact query that's already ...
0
votes
2answers
1k views
jQuery: “Tokenizing” autosuggest plugin allowing the adding of new items
I'm looking for a “Facebook style” or “tokenizing” autosuggest plugin for jQuery allowing multiple selections from the suggested list as well as new entries.
This plugin does exactly what I need, but ...
2
votes
1answer
3k views
Using jQuery tokeninput from loopj.com
I am able to select multiple options that I send from my .jsp file in JSON format. However, when I want to SUBMIT/access the values from the text input element "tokenize", I get a undefined output. I ...
1
vote
2answers
1k views
I Want to Insert a Token Item on Jquery tokenInput
In jQuery Plugin: Tokenizing Autocomplete Text Entry, we have:
$("#tokenize").tokenInput("php-example.php?a=1&b=2", {
hintText: "Type in the names of your favorite TV shows",
...
0
votes
0answers
187 views
Problem with UI Layout plugin in combination with Tokenizing autocomplete plugin, MVC .NET application
i have problem with jquery layout plugin in combination with Tokenizing autocomplete plugin.
When i click on close bar on one of panes inside which sits input text box with tokenizing autocomplete ...
2
votes
1answer
1k views
jQuery + Facebook style status update textbox - Autocomplete links to profiles
I have a social networking website with a status update textbox, much like facebook. However I would also like the user to be able to type the @ symbol while typing a new status which brings up an ...
1
vote
1answer
880 views
allow special characters and spaces in jquery wordCount
I'm using jquery DynaCloud with wordCount to create a dynamic tagcloud.
I have specific terms to include in the cloud (though the frequency is different for each user), and some of the terms are ...