Quantcast
Channel: RobVolk.com » Javascript
Browsing all 3 articles
Browse latest View live

jQuery Form Input Hints Plugin for Placeholder Text

jQuery Form Input Hints plugin automatically displays placeholder text, or input hints, on input textboxes. Placeholder text is an HTML5 feature that only works well on the latest browsers, except of...

View Article


Get a Filename from a Path in Javascript

Here’s a quick Javascript function that will parse the filename from a path using regex.  It looks for any letter or digit, hyphen, or underscore followed by a dot (.) followed by a letters or numbers...

View Article


MVC Html Extension Method to Output a JavaScript Date Object

Here’s a quick MVC HTML extension method that outputs a JS date object.  It’d be nice if JS had a way to represent a date literal outright, but this works just the same.  The tricky part with the...

View Article
Browsing all 3 articles
Browse latest View live