Dirk Ginader

Results 18 comments of Dirk Ginader

Yes please! 👍

+1 any updates on this?

yeah, the different box models are not consistently supported in jQuery. I have yet to find out if they're fixing jQuery or if I nave to fix the plugin :-(...

thanks for find that one @yellowled — _sigh_

Hey Jens, thanks for the info. Is the link to the fiddle correct? As the fiddle under http://jsfiddle.net/Flocke/NpgD5/ only shows a bare video tag for me and some CSS but...

hey @batyuvitez! thanks for checking in! What error are you getting when using jQuery 1.11? Mind linking a test case? I'd love to fix the issue :-)

hey @batyuvitez I double checked and it looks to me that the code should work even in a jQuery.noConflict() environment. As long as jquery.js is included before jquery.tabs.js it should...

Do you have a testcase for this issue anywhere?

If you want to run the placeholder polyfill always (no matter if the browser natively supports it or not) the you can simply run: `$('input[placeholder], textarea[placeholder]').placeHolder();` If you want to...