beezee

Results 31 comments of beezee

Is this the case in all browsers? I personally haven't had trouble with this, but I'm using Javascripts indexOf method, might not have full coverage. Lemme know if there's a...

Unfortunately I've not been able to reproduce- if you can host a simple demonstration of the issue I'll be happy to dig into the source

Looks simple enough - is this all that's required? Does it maintain backwards compatibility?

Thanks- tested on my live demo (http://brianzeligson.com/djax) and it breaks (no $.parseHTML available in jQuery 1.4.4) I realize that's a pretty old version, but the fix for me was as...

Likely because djax is bound to links, as opposed to this context being a form submit. The easiest solution is probably to update a hidden link based on the form...

Right now djax only skips links based on their target href- this is definitely an area that needs improvement. My thought is that target="_blank" should automatically be skipped, based on...

Alternative implementation is more accurate than wrapper. You do get the same pushState functionality. The demo seems to be broken at the moment but I'll aim to get that back...

Thanks for the bump @joshgarwood - I am pretty swamped with day job responsibilities at the moment but this will be top of the list for my next afternoon with...

Hey sorry for the delay- I'll try to look into it in the near future, but currently very busy with a big project. Would be happy to review a pull...

There's actually a small adjustment to the initialization code required to allow this to work simply, but will require some testing. I'll do my best to get to this shortly,...