Changeset 738745
- Timestamp:
- 07/10/2013 02:09:44 PM (13 years ago)
- Location:
- melascrivi
- Files:
-
- 2 edited
-
tags/1.0.9/js/jquery.customSelect.js (modified) (1 diff)
-
trunk/js/jquery.customSelect.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
melascrivi/tags/1.0.9/js/jquery.customSelect.js
r732702 r738745 97 97 opacity: 0, 98 98 height: selectBoxHeight, 99 fontSize: customSelectSpan.css('font-size') ,99 fontSize: customSelectSpan.css('font-size')/*, 100 100 left: position.left, 101 top: position.top 101 top: position.top*/ 102 102 }); 103 103 }) -
melascrivi/trunk/js/jquery.customSelect.js
r732702 r738745 97 97 opacity: 0, 98 98 height: selectBoxHeight, 99 fontSize: customSelectSpan.css('font-size') ,99 fontSize: customSelectSpan.css('font-size')/*, 100 100 left: position.left, 101 top: position.top 101 top: position.top*/ 102 102 }); 103 103 })
Note: See TracChangeset
for help on using the changeset viewer.