Note that there are some explanatory texts on larger screens.

plurals
  1. POselecting list element in dynamically generated list
    primarykey
    data
    text
    <pre><code> &lt;div id="carat_weight_right" style="margin-top: 15px;float:left;width:444px;border-width:1px 0px 1px 0 ;border-style:solid; border-color:#327B84;padding-top:10px;padding-bottom:33px;*padding-bottom:59px;"&gt; &lt;fieldset style="padding-left:20px;padding-bottom:10px;width:415px;margin-top:3px;font-size;10px;"&gt; &lt;--- start auto gen using js / java third party tool for sliders using the filament slider tool ----&gt; &lt;ol class="ui-slider-scale ui-helper-reset" role="presentation"&gt; &lt;li style="left:0.00%"&gt;&lt;span class="ui-slider-label ui-slider-label-show" style="margin-left: -11.5px; "&gt;FAIR&lt;/span&gt;&lt;span class="ui-slider-tic ui-widget-content" style="display: none;"&gt;&lt;/span&gt;&lt;/li&gt; &lt;li style="left:25.00%"&gt;&lt;span class="ui-slider-label ui-slider-label-show" style="margin-left: -15.5px; "&gt;GOOD&lt;/span&gt;&lt;span class="ui-slider-tic ui-widget-content"&gt;&lt;/span&gt;&lt;/li&gt; &lt;li style="left:50.00%"&gt;&lt;span class="ui-slider-label ui-slider-label-show" style="margin-left: -15.5px; "&gt;VERY GOOD&lt;/span&gt;&lt;span class="ui-slider-tic ui-widget-content"&gt;&lt;/span&gt;&lt;/li&gt; &lt;li style="left:75.00%"&gt;&lt;span class="ui-slider-label ui-slider-label-show" style="margin-left: -15px; "&gt;IDEAL&lt;/span&gt;&lt;span class="ui-slider-tic ui-widget-content"&gt;&lt;/span&gt;&lt;/li&gt; &lt;li style="left:100.00%"&gt;&lt;span class="ui-slider-label ui-slider-label-show" style="margin-left: -30px; "&gt;SIGNATURE IDEAL&lt;/span&gt;&lt;span class="ui-slider-tic ui-widget-content" style="display: none;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt; &lt;--- end auto genereted list ----&gt; &lt;/fieldset&gt; &lt;/div&gt; </code></pre> <p>what i would like to do is to be able to select this &lt; li style="left:100.00%" > and change the span style within the above &lt; li style="left:100.00%" > ? </p> <p>how can i select the particular &lt; li style="left:100.00%" > and span within the &lt; li style="left:100.00%" > using jquery ?</p> <p>thanks</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload