Basic table example implementing bootstrap styles and framework with dataTables.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable and Disable Browser Caching with .htaccess | |
## Enable Examples | |
### 1 MONTH for static assets | |
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$"> | |
Header set Cache-Control "max-age=2592000, public" | |
</filesMatch> | |
### 1 DAY for rss feeds and robots |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
transition.js | |
modal.js | |
dropdown.js | |
scrollspy.js | |
tab.js | |
tooltip.js | |
popover.js | |
alert.js | |
button.js | |
collapse.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!--doctype must be declared for IE AND file header documentation must be after the doctype otherwise IE will enter quirks mode and fail to respond to IE work arounds for the bootstrap framework--> | |
<!-- | |
DOC TYPE: HTML | |
TITLE: | |
USAGE: | |
CREATION DATE: | |
AUTHOR: | |
ID: | |
--> |
NewerOlder