↧
Textarea maxlength and jQuery
It’s just another one of those html4 oversights – textareas do not support the maxlength attribute! It’s frustrating as it’s often requested and can cause problems when people paste in huge amounts of...
View ArticleDelay JavaScript input events for multiple interactions
If you have a feature that filters data, or even hits a live API, after the user inputs some text you may want to throttle the event, ideally adding a delay so it only triggers the event once. I guess...
View ArticleHow to add a pattern effect to jQuery Mobile UI with a Data URI
Data URI’s are a powerful way of adding content in-line and saving the need for a http request as each one slows down your page load. They have an even greater advantage of allowing you to forgot about...
View Article