Skip to content
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

Will it better to have post the eventid on modal_type : 'ajax' ? #258

Open
normalperson opened this issue Mar 23, 2014 · 2 comments
Open

Comments

@normalperson
Copy link

case "ajax":
$.ajax({url: url, dataType: "html", async: false,type: "post",data: {'eventid':id}, success: function(data) { modal_body.html(data); }});
break;

It will be easier to retrieve more information from DB to populate and show in the modal.

@Serhioromano
Copy link
Owner

Not clear. Where? When you click on event or when you fetch events?

@normalperson
Copy link
Author

When I fetch the event

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