.select2 and json.parse() not working in IE -
$(".test").select2( { placeholder: 'enter name', data: json.parse(data_val) }); using .select2 , json dropdown. in other browser working fine except in ie. giving error "script5007: unable value of property 'attr': object null or undefined select2.min.js?token=, line 21 character 2751"
any workaround helpful.
thanks
Comments
Post a Comment