jquery-editable-select
jquery-editable-select copied to clipboard
Use window.onload not document.onload!
Hey, just thought I'd let everyone know that using document.onload or even document.onreadystatechange with the complete state didn't work, I had to use window.onload for jquery-editable-select to function properly! The alternative is to put your <script> tag at the end of the <body> of the page, but I don't like to do that.