jquery is getting the old values from database
- by sansknwoledge
hi in my jsp page i am a having a jquery area which pass the values to a servlet which returns an output of dropdownlist . then the jsp file do some updation so certain values which are in the dropdownlist should not be there while repopulating. but it is not happening. my jquery code is
$("#cbocode").change(function(){
var cdid=$("#cbocode…