tuupola/jquery_chained

jquery.chained.remote not working with jqTransform v1.1

Closed this issue · 5 comments

I'm using jquery.Chained.Remote and when i enable jqTransform v1.1, the plugin is not working.

URL of the page you have problems with?

DEMO: http://demo.cubric.gr/cars4all/cars.php

PS: Your website [http://www.appelsiini.net/projects/chained] is offline

Apparently jqTransform plugin breaks the onchange event which is needed by Chained to work. You could try altering jqTransform plugin as described here:

http://blog.konstantinkonstantinov.net/2011/04/jqtransform-plugin-select-change-event.html

Or any provided other workarounds:

https://www.google.com/search?q=jquery.jqtransform+onchange

Tried and not working. I'll check it again. Open to suggestions

You could try other solutions the Google search above offered. Style selects with CSS. Or use some other pretty selects plugin which does not break onchange event.