Mike Alsup

Results 9 comments of Mike Alsup

Backward compat is already broken. ``` $('').data('mike-123') ``` Works in 1.9, fails in 2.x. I agree on the sentiment that it should track the dataset spec.

The selector property is not gone, it is deprecated.

timeout=0 is the way to establish a manual slideshow.

Cycle and Cycle2 are two different libraries. Sounds like you're reading the wrong docs. On Tue, Sep 16, 2014 at 7:54 AM, easson [email protected] wrote: > Could you please update...

Is this an issue because you have code that listens to cycle-initialized but you need that code to run after the autoheight logic? If so, can you listen to cycle-post-initialize...

If you have async content in your slides (such as images) and do not have attributes or style rules on that content then cycle has no way of determining the...

Why does your ajax response include html and script that invokes taconite? Just return your html inside taconite xml commands. Is there a reason you can't do so?