Steven Benner

Results 70 comments of Steven Benner

_I apologize for the severely delayed response. I haven’t had much time to spend on personal projects lately._ This is very peculiar error indeed. This issue is very similar to...

This could be a useful addition. But I'm not sure of what the API should look like. `$(selector).powerTip()` doesn't really make sense in live mode, so it probably belongs in...

Okay, I see. That project accepts a `live` option, then uses that to choose between using jQuery's `bind()` or `live()` methods when hooking its events up. I don't think that...

There would be some tricky parts to implement this request, such as how to deal with the title attribute. Title attributes need to have their content copied to the data...

@seabasss Would it be possible to see the code you're using? Right now the only way to hook PowerTip to elements that may or may not exist is the use...

I'll have to review the live-mode workaround code, but I don't have time tonight, hopefully I'll have a chance this weekend. For now I did notice that FancyBox does have...

It may actually be a non-trivial project to support the document or viewport changing size. ### Root cause What is happening here is that you are using the `ne-alt` placement,...

This request does have merit. But since options are shared across a PowerTip instance (a single `.powerTip()` call), it would require some extra logic that would group elements with the...

This looks real good, and would be a huge improvement. I need to do a detailed code review. I do have a concern from the first-pass: - **Tips that were...

@jonwolfe Yes, I do plan on accepting this pull request. However it won't be in the next version (1.3.0). It's so close to release, and this change has more risk...