Welcome Guest, Not a member yet? Register   Sign In
Dynamic generated dropdown value is not passed to controller after page refresh.
#6

if filterProducts dropdown is being generated dynamically then jQuery may not have access to it to detect the change event. Try changing the first line from

Code:
$('#filterProducts').on('change', function(b) {

to

Code:
$('body').on('change', '#filterProducts', function(b) {
Reply


Messages In This Thread
RE: Dynamic generated dropdown value is not passed to controller after page refresh. - by ragingTorch - 01-08-2019, 04:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB