jQuery Tip - Getting Select List Values - Marc Grabanski

jQuery Tip - Getting Select List Values - Marc Grabanski

瀏覽:862
日期:2025-04-24
Be careful when using $(‘#selectList :selected’).text() because if you have a long list of options like around 3000 (extreme but it does happen) there is a noticeable delay when using the :selected selector. Jquery loops through all options to find the se...看更多