Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

fixed


jQuery Constant Footer

The jQuery Constant Footer plugin is a really easy way to add a static footer to your website, which stays glued to the bottom of the browser window even when scrolling occurs.

As a bonus, you can also pass the address of an RSS feed and the articles in the feed will be displayed in the footer in rotation.

The footer can be made partially transparent with a single setting.

Please let me know if you have any questions or comments as I am actively developing these plugins.

View a demonstration

Read the documentation

Fixed Table Header

Fixed Table Header plugin is fixing header row of table without div overflow. It is fix header row of table when scroll down the page. You can use fixedtableheader plugin with ASP.NET DataGrid or GridView.

Tested with:
* Internet Explorer 6 - 7 - 8
* Firefox 3.5.3
* Google Chrome 4.0.220.1
* Safari 4.0.3
* Opera 10.00

For Turkish: Türkçe demo sayfası ve diğer açıklamalar için aşağıdaki sayfayı ziyaret ediniz.
http://www.mustafaozcan.net/tr/page/jQuery-Sabit-Tablo-Basligi-Eklentisi.aspx

For English: Visit demo site.
http://www.mustafaozcan.net/en/page/jQuery-Fixed-Table-Header-Plugin.aspx

FixClick

With this plugin , when click and double click (dblclick) both are bind to the same object , only one event can be executed. Just single click will be delay for 300 ms.
Usage:

$("#test").fixClick(fuction(){
   //do sth here when click
},function(){
  //do sth here when dblclick
});

Stupid Fixed Header

Create a fixed header on a normal HTML scroll table.

The solution is not clever: it clones current header and place on top of the table, synchronize width and scroll. Check out more on the homepage http://jacky.seezone.net/fixedheader/fixedheader.html/fixedheaders.html .

Features

  • Allow horizontal scroll
  • Auto hide box when scroll in IE6 (I did not use iframe hack as it is flashy during scroll.)
  • Allow to tweak header cell width with your own implementation

Requires

jQuery 1.2.6

Compatibility

Tested on IE6/7, Firefox 3.0/3.1, Opera 9.5, Chrome 0.2, Safari 3.1.2