0
votes
3answers
80 views

Adding special characters to a String using jQuery [closed]

I have string CEE0001 and i want to add + sign between each character of the String. eg: C+E+E+0+0+0+1 How do i do this using jQuery.
2
votes
2answers
215 views

PHP/jQuery to submit/save input with all special characters value

Example.. HTML : <input type="hidden" value=""> PHP : <input type="hidden" value="<?php echo $value;?>"> jQuery : $("input:hidden").val(text); If text(JS variable) is free ...
3
votes
2answers
108 views

Get deleted character from content editable div

I am using a content editable div because i want to show emoticons selected by the user in the text area. I want to know what character is deleted with backspace or delete button. Is it possible to ...
1
vote
4answers
85 views

How to use jQuery to onsubmit and check if the value is 2 - 5 characters?

Let's say I have a text field: Username: <input type="text" id="username" class="required" /> <input type="submit" /> and I have some jQuery: $(document).ready(function() { user = ...
0
votes
1answer
98 views

use jquery to find any character and remove it

I have a website in drupal. There is seems to problem with it. Before the end of body tag a digit appears 9. So I need to remove that through jQuery. I know there is find() method in jQuery but is ...
0
votes
1answer
84 views

Javascript replace() function adding strange characters

Consider the following Javascript: var previewImg = 'http://example.com/preview_img/hey.jpg'; var fullImg = previewImg.replace('preview','full'); I would expect the value of fullImg to be: ...
0
votes
2answers
144 views

jQuery Minimum Character Counter for Codeigniter Textarea

I'm struggling to get a minimum character counter to work with CI / jQuery. I want to be able to prevent form submission and display an alert if the user has entered too few chars. The form just ...
-1
votes
2answers
158 views

Trigger event with jquery when 3 characters are entered in the input field

I have a HTML input field, lets say <input type="text" maxlength="50" size="50" name="subject" id="subject"> I need to trigger a function on every 3 charachters entered. For example: If ...
0
votes
3answers
1k views

jQuery: UTF-8 not working with ajax request

I have a php file which uses jQuery.ajax() to grab some data from another php file into a div. jQuery.ajax({ type: 'POST', encoding:"UTF-8", dataType:"html", contentType: ...
0
votes
1answer
55 views

Weird character when php file is embeded in jquery

I'm encountering a problem with displaying content of a php file via jquery. The content is http://pastebin.com/V8RxqPe3 Here is my problem: If that content is in a mysql database, content.php file ...
-3
votes
2answers
147 views

How to replace specific count of characters? [duplicate]

Possible Duplicate: smart way to shorten long strings with javascript I have <h1>"Very big" page title </h1> page title and I need to check if character count is bigger than ...
0
votes
4answers
139 views

Remove characters in img tag with jquery or regex

I would like to remove certain characters in my img tag that is a list item in a loop. I would like to get rid of: " li="" ..." but keep my image src intact. Any help would be awesome!! This is my ...
0
votes
2answers
132 views

update charcount of multiple divs with single function

I am trying to use a code snippet I found online to implement charcount. It works for one single text area. I have multiple text areas with different count limits. Here is the code that works for one ...
0
votes
4answers
124 views

Javascript (jQuery) … filter for a character within a text inside a selector?

what is the best solution and how would you do that. I have this on my site … <div class="desc"> <p> Some text that is set via a CMS and is completely dynamic. It contains ...
0
votes
2answers
405 views

Count characters within block of text and split into two columns

I am trying to convert a block of text into columns automatically as the client doesn't no html / CSS very well. I wrote this little script to search through a div to find a hr tag and automatically ...
0
votes
1answer
98 views

jquery can't decode json with c-cedilla

jQuery is failing to parse what appears to be a valid json response that includes the french C-cedilla character. The jQuery json request is this: $.ajax({ url: "retrieve", dataType: 'json', ...
2
votes
3answers
529 views

jQuery/JavaScript string replace a specific word and all characters after it

How can I remove spaces, a keyword, and everything after it? Here's what I'm looking for var test = $('.replaceMe').attr('title').replace(/ /g, ''); <a class="replaceMe" href="#" title="Replace ...
-4
votes
2answers
491 views

chinese characters encoding

I'm working on a multi-language website. I have a problem with the color of the Chinese characters. My text color is #333333 but the Chinese characters appears darker than the occidental chars. My ...
-1
votes
1answer
532 views

Jquery character limit with variable input field length

i am mirroring an input field with another input field. If you take a look at this http://jsfiddle.net/bloodygeese/tQm8G/7/ I need to let the user enter as many characters as the display area can ...
0
votes
0answers
91 views

jstree: showing danish characters in node

I have a jstree generated by the following script: $(function() { $("#NaceTree").jstree({ "json_data" : { "ajax" : { "url" : "getNaceTreeNodes.html", "data" : ...
1
vote
5answers
1k views

Cut a string after n characters, but if it's in the middle of a word cut the whole word

I'm trying to make a JS function that cuts a string after n characters - that works. The problem is if it's in the middle of a word it looks bad, so I need your help making it cut the whole word if ...
0
votes
3answers
568 views

How to forbid special characters in first and last character of email username

I have a form I'm trying to do validation on. Requirements state that underscore and hyphen are allowed in the email username, but NO special characters (including hyphen and underscore) are allowed ...
-2
votes
1answer
527 views

jquery set cursor to first character of textarea

I have custom placeholders in a textarea and I would like every browser to move the cursor to the first character of that placeholder as soon as the user clicks it or focuses in on it. How can I ...
0
votes
0answers
813 views

Javascript Illegal Character [closed]

got a problem here. The error console reporting an illegal character in my code and it doesn't run but I don't see any problem in the code. <script> $(document).ready(function () { ...
0
votes
2answers
280 views

jQuery Match Special Entity Character

I've got a list of spans, containing numbers. I know how to extract numbers from span, that's easy, but one of my span is ½ character entity. if ($(".XT_Active").html().text() === ...
1
vote
2answers
287 views

jQuery/Javascript splitting string calculation

I'm creating a product page that requires the price to update when the quantity value is changed. Two form fields are used: .orig_price and #quantity. These values are obviously multiplied together. ...
0
votes
1answer
92 views

Avoid counting URL characters with the character Count Plugin of jQuery

I am using the "character Count Plugin" of jQuery: http://cssglobe.com/post/7161/jquery-plugin-simplest-twitterlike-dynamic-character-count-for-textareas I am trying to do like twitter does in order ...
0
votes
1answer
245 views

Fix Special Symbols that are rendering like this: ’s

I need to convert any special symbols coming through in my json file to render correctly. Right now they are showing up like this Test’s Instead of like this Test's I am grabbing all the data ...
0
votes
3answers
4k views

Regular Expression to match only letters numbers and spaces

Hey guys im not that good at regular expressions. I dont want to allow any other characters but letters spaces and numbers. Of course the user can enter only letters or only numbers or letters and ...
0
votes
2answers
116 views

Creating a Conditional Statement that Applies Rules Based on the Number of Characters

I am stuck in a situation where I have a container with a single line of text, perfectly centered. Occasionally, the text is longer, and it breaks onto a second line. This throws off the layout, so I ...
-2
votes
3answers
340 views

jQuery character counter issue

Found this very simple code to show character counts for my text inputs: http://www.jamesfairhurst.co.uk/posts/view/jquery_word_character_counter I modified it like below. However it isn't working ...
0
votes
0answers
429 views

Javascript split method: special characters

I made a little chat into my site. I want the user to be able to do this: When he types some special characters such as :P, an icon will be shown I do this with this code: chat_icons=new Array(); ...
1
vote
2answers
535 views

ASP.NET TextBox - jQuery Counter function not being fired

I have a jquery function that should count characters the user is typing in ASP.NET textbox. This information will appear on: <span ID="remaining" class="label">160 characters ...
4
votes
4answers
266 views

how to count the number of characters entered and action on it?

Hi I am fairly basic in jQuery, and got stuck in a script: //hide all radio buttons first $('#q11_6_1').parent().hide(); $('#q11_6_2').parent().hide(); $('#q11_6_3').parent().hide(); ...
3
votes
3answers
455 views

JQuery selector form element php array

im trying to use the code below to select a form element (i retrieve the values to validate the text) $('#box1 [name=item[]]').val(); $('#box2 [name=item[]]').val(); i'm trying to get the value of ...
2
votes
2answers
78 views

How can i replace characters AND numbers at the same time

I have a string that looks like - /celebrity.html#portfolios/jennifer-aniston-2006#img10 I want to remove #img10 (which can also be #img6; any number really). I have used this code var docLoc = ...
3
votes
2answers
3k views

Twitter-like Textbox Character Count with inline alert

I would like to have a textbox character "count up" that will increase the count as a user types and display a text alert when the user crosses the required character but still allows user to continue ...
1
vote
2answers
280 views

In Jquery AND Rails, how to get visible character count of a string?

Let's say you have a string with embedded links and tags like so: This string has <a href="http://www.google.com">some links</a> inside it. Then the visible string to a user is: This ...
0
votes
1answer
502 views

JQuery: if else on select dropdown

Hopefully I can get help from you guys..I got a simple script below but not sure why is this not working. Wanted to limit the text length of the textarea depends on the select dropdown value. Please ...
1
vote
3answers
12k views

jQuery parseJSON

Receiving this error ("JSON.parse: unexpected character") when I try to parse a JSON validated string. It works perfectly when I remove the characters that need escaped (style="width:400px;"). What am ...
2
votes
2answers
6k views

remove first char of a variable with jQuery

I'm trying to modify a jQuery variable from e.g. /images/tree.jpg to images/tree.jpg (without the first slash, so it should be a relative path instead of an absolute). I get the URL like this: var ...
2
votes
3answers
3k views

Trim input field value to only alphanumeric characters/separate spaces with . with jQuery

So I'm trying to have an input field where I can enter any characters, but then take the inputted value lowercase it, remove any non alphanumeric characters, leaving "." instead of spaces. For ...
0
votes
2answers
258 views

jQuery Toggle html characters +/-

I'm having a simple problem toggling between +/- characters which prepend a link which opens a dropdown menu. This code works, except I need to remove the div and just have the href toggle. Any help ...
1
vote
1answer
90 views

jQuery checking for spurious entry

I have a form which the user has to fill in. A couple of fields are required to have a minimum of 50 characters. I need to stop the user from entering i.e. over 50 full stops, or another ...
1
vote
1answer
1k views

Jeditable with TinyMCE and a Character Count/limiter

I've been trying to fathom this all day but no joy.... you are my only hope oni wan konobi! I've looked at the max_chars plugin for TinyMCE which works fine if TinyMCE is implemented on its own. ...
2
votes
1answer
538 views

JQuery Popup character map

Does anybody know of a popup 'character map' jquery plugin? I have a text field and would like the user to be able to insert special characters (easily). Similar to the TinyMCE plugin. Thanks
0
votes
2answers
351 views

How to dynamically replace unreadable characters with correct ones with jQuery, JS or PHP?

I'm not sure it's even possible, but something tells me it may be. I'd appreciate expert guidance. My WordPress-based website gets bits of dynamic content from this other site ("this day in ...
2
votes
2answers
462 views

Insert a character entity on .click() with jQuery

I'd like to insert the character entity ✓ (&#10003;) at the end of a list item after an href has been clicked: <a href="" id="answer1">Click here to answer</a> <ul> ...
1
vote
4answers
3k views

CKEditor Character Count

First of all, this question WAS answered here: CKeditor character/word count but all the answers give broken links... therefore it's not answered. Using CKEditor, how to I get the character count on ...
0
votes
6answers
447 views

Count characters in H1 tag

I need to count the number of characters rendered in an H1 tag. Is there any way to do this. I know there are a lot of character counters but they seem to be built for inputs/textareas. Many thanks in ...

1 2