• Posts Tagged ‘jquery’

    jQuery.colorpicker

    by  • 2011-11-29 • jQuery • 0 Comments

    pantone

    Take a look at my new colorpicker component for jQuery: jQuery.colorpicker It looks like a proper jQueryUI themed component and feels like a proper PhotoShop colorpicker, so you get the best of both worlds.

    Read more →

    For…In and the Array prototype

    by  • 2011-09-06 • jQuery • 0 Comments

    I just ran into an… “interresting” problem with Javascript. Extending an Array prototype and a naïve For…In iteration over an array spells trouble in FireFox. I’ve only seen this issue in FireFox and I suspect it’s a bug. No doubt it’ll soon enough be fixed but in the meantime this post may help you...

    Read more →

    jQuery.column

    by  • 2011-08-30 • jQuery • 0 Comments

    column

    I love text. I’m not talking about reading or writing, but everything surrounding it; fonts, styling and layout. Luckily HTML and CSS offer a wide range of tools to handle all this. HTML5 and CSS3 even more so with the excellent (though somewhat limited) support for columnization.

    Read more →

    Easing

    by  • 2011-08-24 • jQuery • 0 Comments

    easing

    Animation effect in jQuery – anything moving, sliding, fading and otherwise slowly changing over time – uses a mechanism called “easing”. I present you here with some new easing methods to try.

    Read more →

    jQuery.px

    by  • 2011-08-21 • jQuery • 0 Comments

    jquery.px

    While working on a jQuery project, I needed to know the width of the CSS border sizes “thin”, “medium” and “thick”. Since these depend on the browser you’re using, the only way to know for sure is measuring it.

    Read more →