<div id="div_for_values"><a href="#" key_id="<?php echo $lang_id; ?>" key_value="<?php echo $lang_name; ?>">Edit</a></div>
$(function(){ $("#div_for_values a").click(function(){ var key_id = $(this).attr("key_id"); var key_value = $(this).attr("key_value"); //alert(key_id); $('#txt_name_id').val(key_id); $('#txt_name').val(key_value); return false; }) });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)