This is a migrated thread and some comments may be shown as answers.

Access to the thumb selector through JQuery...

1 Answer 34 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 02 May 2012, 08:34 AM
Hi,
I'm trying to hide the thumb selector in code, and I can obviously find it using
$('.k-draghandle').hide();
but what is a 'correct' way of doing so if I want to ensure only the specified one is hidden?

For example:
$('#slider .k-draghandle').hide();
doesn't work.

Am I missing something obvious? Do I have to add my own <div id='whatever'> around the slider?

Cheers,
 Jason

1 Answer, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 28 May 2012, 02:31 PM
I'm still wondering...
Tags
Slider
Asked by
Jason
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
Share this question
or