Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 10, 2013 09:32 PM by B3NT3N
Member
33 Points
128 Posts
Apr 18, 2011 03:42 AM|LINK
thanks a lot its working fine in both mozilla and IE thanks for ur help friend
8 Points
5 Posts
May 18, 2011 12:51 PM|LINK
Here is a nice lightweight jQuery plugin:
http://plugins.jquery.com/project/CharsLeftCounter
This plugin limits the text length of a textbox/textarea that can be entered and displays how many chars are left.
Parameters:
1.) Container: Textbox/Textarea (DOM object that supports the Value-Property) where you attach the plugin.
2.) An output element id, where you want to display the chars left count.
3.) Char limit count
example: $('#TextAreaId').CharsLeftCounter('spanId', 10);
86 Points
32 Posts
Jan 05, 2012 02:54 PM|LINK
I have created a stand-alone control that renders everything. We have used it in WebParts deployed on SharePoint sites so it works in a masterpage scenario too. You can check it out here:
http://jasear.wordpress.com/2009/04/03/net-webcontrol-textbox-with-a-countdown-counter/
2 Points
1 Post
Jan 27, 2012 05:25 PM|LINK
why would i get this error:
Microsoft JScript runtime error: 'toCount' is undefined
40 Points
21 Posts
Feb 23, 2012 03:52 AM|LINK
Hi,
It worked for me. :)
________________-
Oscar Gómez
Engineer at PSL
http://www.pslcorp.com/
11 Points
26 Posts
Apr 10, 2013 09:32 PM|LINK
I get same error (my txtbox id = txtBID) -- Microsoft JScript runtime error: 'txtBID ' is undefined. I used this ID name in the onkeyup/down code.
venkatasaiba...
Member
33 Points
128 Posts
Re: Character Counter for Multiline Textbox
Apr 18, 2011 03:42 AM|LINK
thanks a lot its working fine in both mozilla and IE thanks for ur help friend
Jovica
Member
8 Points
5 Posts
Re: Character Counter for Multiline Textbox
May 18, 2011 12:51 PM|LINK
Here is a nice lightweight jQuery plugin:
http://plugins.jquery.com/project/CharsLeftCounter
This plugin limits the text length of a textbox/textarea that can be entered and displays how many chars are left.
Parameters:
1.) Container: Textbox/Textarea (DOM object that supports the Value-Property) where you attach the plugin.
2.) An output element id, where you want to display the chars left count.
3.) Char limit count
example:
$('#TextAreaId').CharsLeftCounter('spanId', 10);
jasear
Member
86 Points
32 Posts
Re: Character Counter for Multiline Textbox
Jan 05, 2012 02:54 PM|LINK
I have created a stand-alone control that renders everything. We have used it in WebParts deployed on SharePoint sites so it works in a masterpage scenario too. You can check it out here:
http://jasear.wordpress.com/2009/04/03/net-webcontrol-textbox-with-a-countdown-counter/
iamthehoused...
Member
2 Points
1 Post
Re: Character Counter for Multiline Textbox
Jan 27, 2012 05:25 PM|LINK
why would i get this error:
Microsoft JScript runtime error: 'toCount' is undefined
Oscar Gomez
Member
40 Points
21 Posts
Re: Character Counter for Multiline Textbox
Feb 23, 2012 03:52 AM|LINK
Hi,
It worked for me. :)
________________-
Oscar Gómez
Engineer at PSL
http://www.pslcorp.com/
B3NT3N
Member
11 Points
26 Posts
Re: Character Counter for Multiline Textbox
Apr 10, 2013 09:32 PM|LINK
I get same error (my txtbox id = txtBID) -- Microsoft JScript runtime error: 'txtBID ' is undefined. I used this ID name in the onkeyup/down code.