Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 879 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 879 Bytes

jQuery plug-in

A jQuery plug-in for fixed table header

This is a forked project from the original:

https://github.com/xenogew/fixedThead.git

You can load from the repository above.

1. Description

  This forked because I want to make extension about form SUBMIT and jQuery select the elements inside the table display to the plug-in for I can make a form in the table.

2. Original

You can reference to the original project https://github.com/wingmeng/fixedThead, and clap the hand for he made this plug-in.

3. What's the issue

  The characteristic of this plug-in is make 4 duplicated from selected table and render it to screen. So when I kind use it with jQuery selector to each element in the table, it will cause the problem to the selected object, such as ONE text input element selected intention but got 4 object selected instead.