Hi
I am using jqxslider.
$(‘#jqxSlider’).jqxSlider({
theme: ‘success’,
width: 220,
height: 60,
value: 30,
max: 100,
min: 0,
mode: ‘fixed’,
step: 1,
showTickLabels: true,
ticksFrequency: 40,
tooltip: true,
tickSize: 5,
tooltipPosition: “far”,
});
with angularjs .
In my scenario there are 3 html pages and 2 controllers , On fisrt page slider is defined.
When user is moving from first page to second and then to third everything is fine ,
when user again moves back to first page it gets disappeared.
When I checked in through inspection , found that its aria-disabled property is setting to false.
I tried to set its css through script but got failed.