Mottie
|
2b1b0167e7
|
Filter: merge changes from prijutme4ty into separated filter widget
|
2015-02-20 14:32:36 -06:00 |
|
Mottie
|
df5276238e
|
Filter: ensure anymatch is a string value
|
2015-02-20 14:17:49 -06:00 |
|
Mottie
|
d78f3b032b
|
Filter: prevent error when using anymatch & no external input
|
2015-02-20 14:16:42 -06:00 |
|
Mottie
|
b9b09922a3
|
Merge branch 'working' into build
|
2015-02-20 10:54:52 -06:00 |
|
Justin F. Hallett
|
62cda37d60
|
Merge pull request #822 from prijutme4ty/fix_multiple_tbodies_cache
Fix multiple tbodies cache
|
2015-02-20 09:51:20 -07:00 |
|
prijutme4ty
|
34567c0ccb
|
Make +config.cache+ indexed the same way as +config.$tbodies+ is, i.e. ignore info blocks.
Remove unused var, rename some local vars into more specific ones;
|
2015-02-20 14:41:28 +03:00 |
|
Justin F. Hallett
|
f3eac3630a
|
Merge pull request #823 from prijutme4ty/patch-1
fix little bug in new getElementText
|
2015-02-18 12:42:37 -07:00 |
|
Ilya Vorontsov
|
c2f39080d2
|
Update jquery.tablesorter.js
fix little bug in new getElementText
|
2015-02-18 21:41:28 +03:00 |
|
Mottie
|
2065d0c8f1
|
Core: Fix noSort
|
2015-02-17 16:37:06 -06:00 |
|
Mottie
|
df97b1db8e
|
Core: remove cssAllowClicks default
|
2015-02-17 16:22:03 -06:00 |
|
Mottie
|
0c8aa7e225
|
Core: remove cssAllowClicks & update cssNoSort
|
2015-02-17 16:10:52 -06:00 |
|
Mottie
|
39f50d90c9
|
Core: add cssNoSort option
|
2015-02-17 14:49:23 -06:00 |
|
Mottie
|
764426d2c4
|
Core: make getElementText function public
|
2015-02-15 16:43:20 -06:00 |
|
Mottie
|
07f58cccad
|
Merge branch 'working' into build
|
2015-02-13 06:57:49 -06:00 |
|
Mottie
|
664694df27
|
Docs: update jQuery UI & remove "latest" from file name
|
2015-02-13 06:56:45 -06:00 |
|
Mottie
|
9eacf2f664
|
Build: temp folder is no longer necessary
|
2015-02-12 22:13:45 -06:00 |
|
Mottie
|
2774abf8d8
|
Build: Add grunt build process
Rearranged, renamed & broke apart other files
|
2015-02-12 21:10:38 -06:00 |
|
Mottie
|
5263aa75ae
|
Core: make core compatible with jQuery v1.2.6 again
|
2015-02-12 21:03:36 -06:00 |
|
Mottie
|
b425a715bf
|
Parsers: Fix checkbox parser not updating properly
|
2015-02-12 14:34:15 -06:00 |
|
Mottie
|
5ad4509969
|
Filter: oops, keeping the faster getAttribute method
|
2015-02-12 10:14:49 -06:00 |
|
Mottie
|
15284156d8
|
Filter: prevent undefined error. Fixes #819
|
2015-02-12 10:13:22 -06:00 |
|
Mottie
|
e7bbf5d5a7
|
Docs: update ajax code. Fixes #818
The update shows how to deal with unordered JSON data
|
2015-02-11 19:20:29 -06:00 |
|
Mottie
|
5e8953d901
|
Core: fix broken unbinding of events
|
2015-02-11 18:18:28 -06:00 |
|
Mottie
|
4ca95358c4
|
Docs: Add css row & column highlighting demo
|
2015-02-11 13:18:04 -06:00 |
|
Mottie
|
8f161d8c7c
|
Docs: add styling back to options table
|
2015-02-10 15:15:09 -06:00 |
|
Mottie
|
ec0343ab5f
|
Pager (widget only): fix initial start page default
|
2015-02-10 10:14:04 -06:00 |
|
Mottie
|
7dc74b9892
|
Docs: fix typo (because I can't Clyde)
|
2015-02-09 19:05:58 -06:00 |
|
Mottie
|
c4a84f3dd5
|
version bump
|
2015-02-09 18:44:47 -06:00 |
|
Mottie
|
e29492e8c3
|
Filter: add another custom filter search example
|
2015-02-09 18:32:50 -06:00 |
|
Mottie
|
624af67ab0
|
StaticRow: add staticRow_event option
|
2015-02-09 17:13:21 -06:00 |
|
Mottie
|
1de9c46e30
|
Math: add math_event option
|
2015-02-09 17:13:21 -06:00 |
|
Mottie
|
9993d77f38
|
Core/widgets: update unbinding events to prevent removing all binds
This appears to be a jQuery bug when unbinding events in versions between 1.7 & 1.8 - see http://jsfiddle.net/Mottie/zL6uory0/
|
2015-02-09 17:12:40 -06:00 |
|
Mottie
|
fec49e144a
|
Core: save raw table cell data
|
2015-02-09 15:23:51 -06:00 |
|
Mottie
|
9ff5a2ef5f
|
Core: replaced quotes with single quotes
Because I couldn't suppress my OCD any longer
|
2015-02-09 15:18:41 -06:00 |
|
Justin F. Hallett
|
c7a1678d48
|
trim should include the join, update bindings to delegate bindings
|
2015-02-09 13:38:32 -07:00 |
|
Justin F. Hallett
|
7c7797eaf0
|
Use trim instead of all the other fixes, turns out double space was the issue
|
2015-02-09 13:32:37 -07:00 |
|
Justin F. Hallett
|
d248d6c8db
|
var init needs to be outside of the bind now, since it's used in other binds
|
2015-02-09 11:28:14 -07:00 |
|
Justin F. Hallett
|
3dc2530301
|
Don't unbind all ts tiggers, add tsmath namespace triggers to add and remove instead
|
2015-02-09 11:20:11 -07:00 |
|
Justin F. Hallett
|
c1c68f89fe
|
Make sure remove happens on the right events, not on an undefined var
|
2015-02-09 11:07:46 -07:00 |
|
Mottie
|
5f71093236
|
Chart: add more data points
|
2015-02-07 14:23:44 -06:00 |
|
Mottie
|
9b32f0c5f6
|
version bump
|
2015-02-07 00:46:44 -06:00 |
|
Mottie
|
f6b33cc367
|
Docs: updates & removed some widgets from beta
|
2015-02-06 23:04:28 -06:00 |
|
Mottie
|
48d6ba5007
|
Charts: Add chart_event option, provide other data formats & add demo
|
2015-02-06 22:48:21 -06:00 |
|
Mottie
|
1af1de85e1
|
Filter: get cell text from data-attribute, then cell. See #812
|
2015-02-06 18:07:17 -06:00 |
|
Mottie
|
df87314007
|
Filter: select source now uses config.textAttribute when gathering text. Fixes #812
|
2015-02-06 16:32:12 -06:00 |
|
Mottie
|
485b515066
|
Dragtable: make compatible with other widgets
|
2015-02-06 11:51:13 -06:00 |
|
Mottie
|
5e0717c466
|
Dragtable: add original files
|
2015-02-05 21:53:46 -06:00 |
|
Mottie
|
135d86a704
|
Formatter: speed optimizations
|
2015-02-05 15:12:38 -06:00 |
|
Mottie
|
1b91228cdc
|
Formatter: detach tbody before processing
|
2015-02-05 14:35:27 -06:00 |
|
Mottie
|
6962d31302
|
Pager: update display before applying widgets
|
2015-02-05 13:46:45 -06:00 |
|