I am trying to select all elements that have CSS computed style float:left or float:right. I see attribute selectors available in the JQuery documentation, however I am interested in CSS properties ...
I have the following two select (multiple lists) which I'm trying to setup as a shuttle by where I provide the user an "Available List" on the left which they can ...