Skip to content
Loading
how to convert html id in php variable?  
  1. 'text/javascript'>  
  2. $('#totalvalue').click(function() { $.post("package.php", {  
  3. id: $(this).text()  
  4. },  
  5. function(response) {  
  6. $('#saved-value').html(response);  
  7. });  
  8.