toddlahman
|
13c24b410e
|
Removed (document).ready from jQuery scripts
jQuery(document).ready(function($) { is equivalent to calling
jQuery(function($) {.
http://api.jquery.com/ready/
|
2014-01-30 18:44:17 -08:00 |
Mike Jolley
|
645ca3e834
|
WC_Ajax class for ajax events
|
2013-11-14 12:13:34 +00:00 |
Mike Jolley
|
e7c23d832b
|
Fix sortables. Closes #898.
|
2012-04-10 19:06:12 +01:00 |
Mike Jolley
|
0af9b98d18
|
Fixed quick edit
|
2011-11-18 15:03:29 +00:00 |
Mike Jolley
|
f8447c7a46
|
Drag and drop term ordering (so variation options can be sorted) Closes #57.
|
2011-10-12 18:32:30 +01:00 |