Vojtěch Dobeš

Results 40 comments of Vojtěch Dobeš

As a very happy but picky user of this coding standard, I am super glad for having all the detailed docs in single file. Makes it very easy to find...

@MiroslavMerinsky Can you please test this with version 2.2.0? It contains fix of form validation compatibility with Nette 2.4.

Thanks for opening issue!

If I get it right, it's `redirect` extension that makes trouble to you, right? What about disabling it for that given request with `data-ajax-off`/`settings.off`?

Well, `a.ajax` is absolutely default behavior of the library. Just call `$.nette.init()` and that should be it. It should work.

I see... then calling `$.nette.load()` is now the right way :). But I see the disadvantage... there should be more streamlined way to make elements ajaxified. I will try to...

I am sorry but I cannot reproduce this problem with latest Nette sandbox and nette.ajax.js 2.2.0. Could you share more of your code?

Hi, `thx to @vrana` is reference to http://php.vrana.cz/data/ajaxizace-webexpo.zip. Validation of URL can be disabled - it's [partially described in Readme](https://github.com/vojtech-dobes/nette.ajax.js#data-ajax-validate-in-validation-extension), but list of possible switches is unfortunately missing. Syntax in...

I believe it should be compatible - I could probably read the `href` via `prop()` either.