New: autofocus on description after adding a free product

This commit is contained in:
Laurent Destailleur 2011-11-22 01:07:40 +01:00
parent 49d1bcf256
commit 96ddd99664
2 changed files with 9 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ class Form
{
$num = $this->db->num_rows($result);
$outselect.='<select class="flat" name="'.$htmlname.'">';
$outselect.='<select class="flat" name="'.$htmlname.'" id="'.$htmlname.'">';
$outselect.='<option value="0" selected="selected">&nbsp;</option>';
$i = 0;

View File

@ -47,6 +47,14 @@
<input type="hidden" name="action" value="addline">
<input type="hidden" name="id" value="<?php echo $this->id; ?>">
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#idprod').change(function() {
jQuery('#np_desc').focus();
});
});
</script>
<tr <?php echo $bcnd[$var]; ?>>
<td colspan="3">
<?php