I am trying to change the default value from 5 --> 25. But cannot seem to get the syntax correct. I would be grateful for any suggestions.
<select class="ui-pg-selbox ui-widget-content ui-corner-all" role="listbox" title="Records per Page">
<option role="option" value="5" selected="selected">5</option>
<option role="option" value="10">10</option>
<option role="option" value="25">25</option>
<option role="option" value="50">50</option>
<option role="option" value="100">100</option></select>
I know this isn't quite right,...
select.ui-pg-selbox.ui-widget-content.ui-corner-all { selected:15 }