MyBB Community Forums

Full Version: General jQuery Help Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Sorted it out Shade Smile Sorted all other JS errors in the console while I was at it too.
Yup, thanks for all help Smile
Anyone have any ideas why this isn't working (The sidebar, set it to open and then reload the page. It should be open when page is reloaded)?

http://ericj.koding.com/coffee/

The problem seems like it's here:

            if Storage.get('sidebar') is on
                sidebarContainer.show().css('width', sidebarWidth)
            else if Storage.get('sidebar') isnt on
                sidebarContainer.css('width', '0').hide()
            else
                sidebarContainer.show().css('width', sidebarWidth)

But I just don't see why. o.O

Edit: Nvm figured it out

Another error. x.x

I've been working on a client project lately and it's coming together pretty nicely. The only thing I'm really having trouble with is data display (Collection works fine).

http://ericj.koding.com/kinalyzer/

If you deselect the first row in the table, you'll notice that the information at the bottom messes up. I don't really know why, but it seems it's joining the array without adding in any <br>.

Any ideas? D:
Pages: 1 2 3 4