Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter manas.nine

    (@manasnine)

    Disclaimer : I’ve never debugged JavaScript so I’m not sure what I’m looking for, but I downloaded FireBug and I’m posting the results of whatever I could find

    Debug Info :["pathParse manual"]
    infini...SI7fQ== (line 183)
    ["Binding", "bind"]
    infini...SI7fQ== (line 183)
    ["math:", 0, 360]
    infini...SI7fQ== (line 183)
    ["heading into ajax", ["http://aeromanas.net/blog/?paged=", ""]]
    infini...SI7fQ== (line 183)
    ["Using HTML via .load() method"]
    infini...SI7fQ== (line 183)
    GET http://aeromanas.net/blog/?paged=2
    
    200 OK
    		624ms
    jquery...r=1.7.1 (line 4)
    ["contentSelector", div#grid-wrapper]
    infini...SI7fQ== (line 183)
    $ is not a function
    [Break On This Error] 	
    
    return $("#grid-wrapper").vgrid({
    
    infini...SI7fQ== (line 717)
    $ is not a function
    [Break On This Error] 	
    
    $('#header').hide().css("visibility", "visible").fadeIn(500);
    
    infini...SI7fQ== (line 729)
    ["math:", 0, 360]
    infini...SI7fQ== (line 183)
    ["heading into ajax", ["http://aeromanas.net/blog/?paged=", ""]]
    infini...SI7fQ== (line 183)
    ["Using HTML via .load() method"]
    infini...SI7fQ== (line 183)
    GET http://aeromanas.net/blog/?paged=3
    
    404 Not Found
    		685ms
    jquery...r=1.7.1 (line 4)
    ["Error", "end"]
    infini...SI7fQ== (line 183)
    ["Binding", "unbind"]
    infini...SI7fQ== (line 183)

    In short, the errors are:

    $ is not a function
    [Break On This Error] 	
    
    return $("#grid-wrapper").vgrid({
    
    infini...SI7fQ== (line 717)
    $ is not a function
    [Break On This Error] 	
    
    $('#header').hide().css("visibility", "visible").fadeIn(500);
    
    infini...SI7fQ== (line 729)

Viewing 1 replies (of 1 total)