angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn[ name ] = function( options ) {
        var isMethodCall = typeof options === "string",
            args = widget_slice.call( arguments, 1 ),
            returnValue = this;

    Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        $.fn[ name ] = function( options ) {
            var isMethodCall = typeof options === "string",
                args = widget_slice.call( arguments, 1 ),
                returnValue = this;
    
    

      Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          $.fn[ name ] = function( options ) {
              var isMethodCall = typeof options === "string",
                  args = widget_slice.call( arguments, 1 ),
                  returnValue = this;
      
      

        Function refresh has 43 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            refresh: function() {
                var menus, items,
                    that = this,
                    icon = this.options.icons.submenu,
                    submenus = this.element.find( this.options.menus );

          Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              $.fn[ name ] = function( options ) {
                  var isMethodCall = typeof options === "string",
                      args = widget_slice.call( arguments, 1 ),
                      returnValue = this;
          
          

            Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                $.fn[ name ] = function( options ) {
                    var isMethodCall = typeof options === "string",
                        args = widget_slice.call( arguments, 1 ),
                        returnValue = this;
            
            

              Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  $.fn[ name ] = function( options ) {
                      var isMethodCall = typeof options === "string",
                          args = widget_slice.call( arguments, 1 ),
                          returnValue = this;
              
              

                Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    $.fn[ name ] = function( options ) {
                        var isMethodCall = typeof options === "string",
                            args = widget_slice.call( arguments, 1 ),
                            returnValue = this;
                
                

                  Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      $.fn[ name ] = function( options ) {
                          var isMethodCall = typeof options === "string",
                              args = widget_slice.call( arguments, 1 ),
                              returnValue = this;
                  
                  

                    Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        $.fn[ name ] = function( options ) {
                            var isMethodCall = typeof options === "string",
                                args = widget_slice.call( arguments, 1 ),
                                returnValue = this;
                    
                    

                      Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          $.fn[ name ] = function( options ) {
                              var isMethodCall = typeof options === "string",
                                  args = widget_slice.call( arguments, 1 ),
                                  returnValue = this;
                      
                      

                        Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            $.fn[ name ] = function( options ) {
                                var isMethodCall = typeof options === "string",
                                    args = widget_slice.call( arguments, 1 ),
                                    returnValue = this;
                        
                        

                          Function refresh has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              refresh: function() {
                                  var menus, items,
                                      that = this,
                                      icon = this.options.icons.submenu,
                                      submenus = this.element.find( this.options.menus );

                            Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                $.fn[ name ] = function( options ) {
                                    var isMethodCall = typeof options === "string",
                                        args = widget_slice.call( arguments, 1 ),
                                        returnValue = this;
                            
                            

                              Function name has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  $.fn[ name ] = function( options ) {
                                      var isMethodCall = typeof options === "string",
                                          args = widget_slice.call( arguments, 1 ),
                                          returnValue = this;
                              
                              

                                Function refresh has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    refresh: function() {
                                        var menus, items,
                                            that = this,
                                            icon = this.options.icons.submenu,
                                            submenus = this.element.find( this.options.menus );

                                  Function _drawMenu has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      _drawMenu: function() {
                                          var that = this;
                                  
                                          // Create menu
                                          this.menu = $( "<ul>", {

                                    Function parallax has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        $.fn.parallax = function () {
                                          var window_width = $(window).width();
                                          // Parallax Scripts
                                          return this.each(function(i) {
                                            var $this = $(this);

                                      Function onload has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                                  onload = (function( self, callback, src ) {
                                      
                                                      return function() {
                                      
                                                          var complete = function() {

                                        Function onThumbLoad has 43 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                    onThumbLoad = function( thumb, callback ) {
                                        
                                                        // scale when ready
                                                        thumb.scale({
                                                            width:    thumb.data.width,
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language