Tag Archives: JavaScript

Check IFRAME Text by Javascript

Most of the Rich Text Editor use iframe, and besides server side validation it’s necessary to check client side validation with JS before storing any data. Let’s say you want to check if the body of iframe is empty. This … Continue reading

Posted in JavaScript | Tagged , | 1 Comment

jQuery Time Picker UI

Today, I went through this nice jQuery time picker UI which allows picking the time after clicking in the input box. 24h and 12h formats are available to select. Got them down and played with it for a while. Must … Continue reading

Posted in JavaScript, jQuery | Tagged , , | Leave a comment