Skip to content

vassilis/hiColumns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Usage

<script type="text/javascript" src="/path/to/jquery-latest.js"></script>
<script type="text/javascript" src="/path/to/jquery.hiColumns.js"></script>

<script>
	$(function(){
		$('table').hiColumns();
	})
</script>
<style>
     td.highlighted{background:gold;}
</style>


Options

<script>
	$(function(){
		$('#table').hiColumns({
			select: 'th',
			klass: 'highlighted'
		});
	})
</script>

About

A very simple jQuery plugin which adds a css class in HTML table columns when the user mouseovers the column heading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors