Today I figure out a very useful tips for SE to Fix Category and Dropdowns Empty When Editing Profile in SE4. Occasionally, while using Internet Explorer, category and tab dropdowns are empty when creating or editing profile fields. This is caused by a bug in Mootools 1.2.x which reports DOM ready before theDOM is ready. This bug will be fixed ... Read More »
Tag Archives: javascript
Break Line auto for long text in HTML
Last time I meet the problem with long text in comment box what doesn’t accept break-line auto when it get out of the width space. But then I found a pretty nice solution what help me solve the problem very easy with CSS. Read More »
Autoplay for mediaElementJS on mobile
The autoplay on mediaElementJS work a little different from normal way. If you think you just need to capture the success event then play it, you will be fail to play. That ‘s why I post this tips, hope it will save your time. Read More »