|
Lines 84-89
$(document).ready(function() {
Link Here
|
| 84 |
if ( i == 1 ) { |
84 |
if ( i == 1 ) { |
| 85 |
name="itemtype"; |
85 |
name="itemtype"; |
| 86 |
} |
86 |
} |
|
|
87 |
$(current_column).find("select").prop('disabled', true); |
| 87 |
// Remove potential previous input added |
88 |
// Remove potential previous input added |
| 88 |
$(current_column).find("input").remove(); |
89 |
$(current_column).find("input").remove(); |
| 89 |
$(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />"); |
90 |
$(current_column).append("<input type='hidden' name='"+name+"' value='"+val+"' />"); |
| 90 |
- |
|
|