Changeset 778017
- Timestamp:
- 09/24/2013 09:52:41 PM (13 years ago)
- Location:
- tab-me/trunk
- Files:
-
- 2 edited
-
tab-me.js (modified) (2 diffs)
-
tab-me.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tab-me/trunk/tab-me.js
r744207 r778017 4 4 * Core and very simple jQuery for Tab Me Tabs 5 5 * 6 * @since 0.5 6 * @since 0.5.1 7 7 */ 8 jQuery(document).ready(function($){8 (function($){ 9 9 10 10 $('.tab-me-tabs li').click(function(){ … … 23 23 obj.addClass("active"); 24 24 } 25 }) ;25 })(jQuery); -
tab-me/trunk/tab-me.php
r744207 r778017 69 69 add_shortcode('tabs', 'tabs_func'); 70 70 71 72 71 function tab_me_scripts(){ 73 72 wp_enqueue_style('tab-me-styles', plugins_url( 'tab-me.css', __FILE__) );
Note: See TracChangeset
for help on using the changeset viewer.