post the data
i work now with the code and it is sooo beutiful i understand how to change every thing but when i try to post the tags in form the input has no thing like this
<form method=post>
<input name="test" id="test">
<input type=submit>
........ in the result <?php print_r($_POST);
?>
the view is array(test=>)
Hi @amerhendy Do you have a test page I can see? Or try and set up a JSFiddle at http://jsfiddle.net/ Adam
i resolve it but not complete
i add this line
$('input[name=' + elem.attr("name") + ']').after('
<input type="hidden" value="' + $(this).children('.SO_result_id').html() + '" name="' + elem.attr("name") + 'result[]"›');
after this:
if (elem_parent.children('#tag' + $(this).children('.SO_result_id').html()).length === 0) {