Possible Duplicate:
Delimiting a text string with jQuery
i have create one string from all .postTag use jquery
sample:
<span class='postTag'>Jquery</span>
<span class='postTag'>php</span>
<span class='postTag'>mysql</span>
output :
<input type='hidden' id='allInsertedTags' value='Jquery,php,mysql' />
thank You ;D
Try this: