View Single Post
Old 11-21-2008, 08:22 AM   PM User | #2
rangana
Senior Coder

 
rangana's Avatar
 
Join Date: Feb 2008
Location: Cebu City, Philippines
Posts: 1,752
Thanks: 65
Thanked 372 Times in 365 Posts
rangana will become famous soon enoughrangana will become famous soon enough
Code:
$(document).ready(function()
	{
		var cls='person'; // Name of the class you are referring
		$('.'+cls).text($('.'+cls).text().substring(0,$('.'+cls).text().length-1));
	});
__________________
Learn how to javascript at 02geek

The more you learn, the more you'll realize there's much more to learn
Ray.ph
rangana is offline   Reply With Quote