Tag Archives: highlight

jQuery DataTables: Simple Row Highlight Example

Today’s tip looks at how you can quickly and easily implement a visually helpful hover-based row highlight on any of your datatable objects.
Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , | View Comments

jQuery + Javascript: How to Select all Text in a Textbox

In order to make the experience a little more streamlined, I wanted to set it up so that when clicking on the tag name the text box should appear directly in its place, with all the characters in the textbox highlighted (i.e. selected) and with browser focus firmly on the box. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , | View Comments

Highlight a Table Row using jQuery

Using jQuery to highlight a table row on mouse over is pretty simple to achieve, and today I’ll quickly demonstrate how you can achieve this neat effect using the addClass and removeClass jQuery functionalities. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , | View Comments