Title: Firebug says not a function
Last modified: August 20, 2016

---

# Firebug says not a function

 *  [mattymar](https://wordpress.org/support/users/mattymar/)
 * (@mattymar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/)
 * Hey guys,
 * Can someone please check this page and give me an idea why I get this error: 
   jQuery(“div#about-cycle-lite”).jj_ngg_shuffle is not a function
 * I’m not a developer but really want to get this working. I have no idea what 
   this means. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308413)
 * > Can someone please check this page
 * Ah, where’s the URL?
 *  Thread Starter [mattymar](https://wordpress.org/support/users/mattymar/)
 * (@mattymar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308414)
 * Oops sorry, I’m an idiot!
 * [http://healthybodyrevolution.com/blog/](http://healthybodyrevolution.com/blog/)
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308415)
 * Look at your source code: the link to that javascript is missing a closing >
 *  Thread Starter [mattymar](https://wordpress.org/support/users/mattymar/)
 * (@mattymar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308418)
 * I see this in my source code:
 * `<script type="text/javascript">jQuery('div#about-cycle-lite').jj_ngg_shuffle();
   jQuery('div#about-cycle-lite').jjcycle({timeout:4000,height:272});</script>`
 * Is there something wrong with that or is that not what you were talking about?
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308420)
 * Try noconflict mode for that script [http://api.jquery.com/jQuery.noConflict/](http://api.jquery.com/jQuery.noConflict/)
   and try deactivating Zero Clipboard.
 *  Thread Starter [mattymar](https://wordpress.org/support/users/mattymar/)
 * (@mattymar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308422)
 * It’s actually a plug-in that has the javascript and I’m using php to call all
   that. Where would I put the noconflict?
 * This is from header.php:
 * `<?php echo do_shortcode('[jj-ngg-jquery-cycle html_id="about-cycle-lite" width
   ="1000" height="272" order="random" timeout="7000" shuffle="true" timeout="4000"
   gallery="1"]'); ?>`
 *  Thread Starter [mattymar](https://wordpress.org/support/users/mattymar/)
 * (@mattymar)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308584)
 * Any chance the problem has to do with something in the plugin’s functions.php
   file?
 * Here are two pieces that might be related to this problem:
 *     ```
       function WPJJNGGJ_CYCLE_enqueue_scripts()
       {
         if( !is_admin() )
         {
           wp_enqueue_script( 'jquery' );
           wp_enqueue_script( 'jquery-jjcucle', WPJJNGGJ_CYCLE_plugin_url( 'script/jquery.cycle.lite.1.0.min.js' ), array('jquery'), '', false );
           wp_enqueue_script( 'jquery-shuffle', WPJJNGGJ_CYCLE_plugin_url( 'script/jquery.jj_ngg_shuffle.js' ), array('jquery'), '', false );
         }
       }
       ```
   
 * and
 *     ```
       function jj_ngg_jquery_cycle_shortcode_handler($atts)
       {
         $instance = array();
         foreach($atts as $att => $val)
         {
           $instance[wp_specialchars($att)] = wp_specialchars($val);
         }
       ```
   

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Firebug says not a function’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [mattymar](https://wordpress.org/support/users/mattymar/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/firebug-says-not-a-function/#post-2308584)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
