Responsive example with labels

I found out that btnLogin.slideUp(10) seems to work for all components ( I only use bootstrap) then btnLogin.slideDown(10) to show.

So I call the slideUp at startup to hide what I need to then show when needed. The value in the bracket is the speed so (10) is instant.

It also great for splash screens to hide and show various things.

Cheers

Steve Warby