Skip to content

Ajax request with linked objects #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
twenzel opened this issue Feb 27, 2011 · 2 comments
Open

Ajax request with linked objects #23

twenzel opened this issue Feb 27, 2011 · 2 comments

Comments

@twenzel
Copy link

twenzel commented Feb 27, 2011

Since jQuery 1.5 an ajax call fails when the data send is linked.
It works when unlinking the object before the call.

Please have a look at the forum post: http://forum.jquery.com/topic/data-link-and-ajax

@aronduby
Copy link

aronduby commented Mar 8, 2011

The error occurs in line 159 of the jquery.datalink.js, TypeError:ev is undefined

@aronduby
Copy link

Not 100% sure that this is related, but if you bind a custom event handler to the same object that has to be unbound as well or this same error occurs. Making me think that maybe it's more an issue with how jQuery handles events/data on js objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants