Venu Reddy
unread,Jul 4, 2011, 3:27:30 AM7/4/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com
Hi All,
How to find the total number of items are present in a slider. Please find the below HTML code,attached screen shot and do the needful.
<div class="odd">
<select style="display: none;" id="47_17" name="47_17" class="dropdown" title="Slider questions ">
<option value="M">please select</option>
<option title="Slider questions " value="18">Slider response 1</option>
<option title="Slider questions " value="19">Slider response 2</option>
<option title="Slider questions " value="20">Slider response 3</option>
<option title="Slider questions " value="21">Slider response 4</option>
</select>
<div role="application" class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">
<a style="left: 50%;" href="#" tabindex="0" id="handle_47_17" class="ui-slider-handle ui-state-default ui-corner-all" role="slider" aria-labelledby="undefined" aria-valuemin="0" aria-valuemax="4" aria-valuenow="2" aria-valuetext="Slider response 2">
<span class="screenReaderContext"></span>
<span class="ui-slider-tooltip ui-widget-content ui-corner-all">
<span class="ttContent">Slider response 2</span>
<span class="ui-tooltip-pointer-down ui-widget-content">
<span style="border-top: 7px solid rgb(255, 255, 255);" class="ui-tooltip-pointer-down-inner">
</span>
</span>
</span>
</a>
<ol class="ui-slider-scale ui-helper-reset" role="presentation">
<li style="left: 0%; display: block; width: 20%;">
<span style="margin-left: -37px; margin-right: 24.6667px;" class="ui-slider-label ui-slider-label-show">please select</span>
<span class="ui-slider-tic ui-widget-content" style="display: none;"></span>
</li>
<li style="left: 25%; display: block; width: 20%;">
<span style="margin-left: -49px; margin-right: 32.6667px;" class="ui-slider-label ui-slider-label-show">Slider response 1</span>
<span class="ui-slider-tic ui-widget-content"></span>
</li>
<li style="left: 50%; display: block; width: 20%;">
<span style="margin-left: -49px; margin-right: 32.6667px;" class="ui-slider-label ui-slider-label-show">Slider response 2</span>
<span class="ui-slider-tic ui-widget-content"></span>
</li>
<li style="left: 75%; display: block; width: 20%;">
<span style="margin-left: -49px; margin-right: 32.6667px;" class="ui-slider-label ui-slider-label-show">Slider response 3</span>
<span class="ui-slider-tic ui-widget-content"></span>
</li>
<li style="left: 100%; display: block; width: 20%;">
<span style="margin-left: -49px; margin-right: 32.6667px;" class="ui-slider-label ui-slider-label-show">Slider response 4</span>
<span class="ui-slider-tic ui-widget-content" style="display: none;"></span>
</li>
</ol>
</div>
</div>
Regards,
Gopal.
ScreenHunter_01 Jul. 04 12.48.gif