Eric Eggert

Results 96 comments of Eric Eggert

Hi Jimmy, sorry for responding so late. Will add that feature to the jquery and vanillajs version asap. Eric

Good suggestion. I’d use the parents function instead of has, as it feels more streightforward: http://jsfiddle.net/GSn56/ ``` javascript $(document).ready(function() { $('input[type=search]').parents('form').attr('role','search'); }); ``` But of course this isn’t compatible with...

Thanks for the input, I’ll have a look at it soonish. Having a dynamic version is on the top of my list, too. Just no time to fix it by...

Works fine for me: http://yatil.net/ Can you provide a link to me to review, please? Seem to be some interaction with some other JavaScript…

Ah, I see. Will fix it in 1.0.1…

Well, I shouldn’t mess around with noConflict mode, so it’s my fault!

Without having an answer for the best multi language plugin, I just want to add my support to adding one. It would best support both use cases: - Build a...

Tracking this issue as this is something that would have been handy at this very moment :-) Not an easy to do thing though…

You may be able to extend the JavaScript using this code to keep the element in the bounds: ``` js $('#fixedQuoteSidebar').css('width', $('#fixedQuoteSidebar').parent().width()).fixedsticky(); ``` Note: You need to reassign the width...

<w3c-hat type="off" title="Commenting as a private citizen :-)"> I, too think that regular site menus should not use ARIA application semantics and keyboard navigation. 1. ARIA semantics are not visually...