Hi,
I have a series of textbox wired up with jQuery Autocomplete feature, there are 12 textbox in total.

is thr any way to avoid repetitive code,
Any help, i will be very thankful.

Code:
$('#prod_rate_0').val("");
			$('#vat_0').val("");
			
			$('#prod_rate_1').val("");
			$('#vat_1').val("");
			
			$('#prod_rate_2').val("");
...