jQuery Mobile Select

Hi,

I’m using a jQuery Mobile Select.

It has multi-select set to true. When multiple items are selected, a little box appears showing the number of items selected.

How can i hide this little box? When i inspect it, it is called .ui-li-count. Setting its visibility to false in Chrome hides it, How can this be done in NSB?

Thanks

$(".ui-li-count").hide()

That works fine, thanks.