Ryhan Hassan

Results 6 comments of Ryhan Hassan

I haven't been able to reproduce this problem, and the problem cited in the blog post isn't an issue here (there is no "default" key). Would you like to elaborate?

Cool idea! Two things: - Stephen suggested using another function call with a series of selectors. https://github.com/rthprog/fixie/issues/5 Tackling the same problem in another way. What do you think? - In...

Good point with the additional options. Ilteris forked with support for data-fixie (see here https://github.com/icanberk/fixie ), though I feel I would prefer to support both class and data-fixie.

Quick update - https://github.com/rthprog/fixie/tree/data-fixie

https://github.com/rthprog/fixie/commit/f5fe164c2c328ad4db508f8e8f3a3faeba40bf22 Fixie will now target child elements, but will never overwrite content. ### Example ``` Hello, here's a link ``` will cause fixie to add content to the first ``...

Suggestion: As an alternative to `data-fixie=false`, what about a class `no-fixie` that switches off fixie unless a child is specifically targeted?