Javascript files being used
Dear AppThemes,
I am missing comments for the following enqueue scripts (includes/theme-enqueue.php). Since I am trying to strip JobRoller where possible I'd like to know where they are being used for. For some of them I couldn't find where they were beging used either.
- wp_enqueue_script('defaultvalue', get_bloginfo('template_directory').'/includes/js/jquery.defaultvalue.js', array('jquery'), ''); //unkown
- wp_enqueue_script('jquery-tag', get_bloginfo('template_directory').'/includes/js/jquery.tag.js', array('jquery'), ''); // unknown
- wp_enqueue_script('smoothscroll', get_bloginfo('template_directory').'/includes/js/smoothscroll.js', array('jquery'), ''); // scroll to top?
- wp_enqueue_script('lazyload', get_bloginfo('template_directory').'/includes/js/jquery.lazyload.mini.js', array('jquery'), '1.5.0'); // lazyload images
- wp_enqueue_script('elastic', get_bloginfo('template_directory').'/includes/js/jquery.elastic.js', array('jquery'), '1.0'); // unknown
- wp_enqueue_script('fancybox', get_bloginfo('template_directory').'/includes/js/jquery.fancybox-1.3.4.pack.js', array('jquery'), '1.3.4'); // unknown
- wp_enqueue_script('qtip', get_bloginfo('template_directory').'/includes/js/jquery.qtip.min.js', array('jquery'), '1.0.0-rc3'); // unknown
- wp_enqueue_script('general', get_bloginfo('template_directory').'/includes/js/theme-scripts.js', array('jquery'), '3.0'); // pull default scripts
Any help would be appreciated!
We do more than JobRoller childthemes at FourLeafed.com