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

Include JQuery UI, now ocupload plugin doesn't work #3

Closed
jaguth opened this issue Mar 28, 2012 · 2 comments
Closed

Include JQuery UI, now ocupload plugin doesn't work #3

jaguth opened this issue Mar 28, 2012 · 2 comments

Comments

@jaguth
Copy link

jaguth commented Mar 28, 2012

I've pounded my head on this for a week now. Now my only hope is asking you directly! (or any users who is reading this and already knows the answer!)

I've been using ocupload (https://github.com/andreyfedoseev/jquery-ocupload) without issue. Same with jeditable. Then I added JQuery UI so that i could use the sortable feature. However, including JQuery UI causes ocupload not to trigger. jeditable triggers, but not ocupload. Any help would be much appreciated!

Here are the includes:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js" type="text/javascript"></script> <script src="../Scripts/jquery.ocupload.js" type="text/javascript"></script> <script src="../Scripts/jquery.jeditable.js" type="text/javascript"></script>

Here is the snipped code:

$('#MainImg').upload({ // this no longer triggers after including JQuery UI!

});

Here is the HTML:

Main Picture

jquery jquery-ui

@jaguth
Copy link
Author

jaguth commented Mar 28, 2012

hmm, not sure how to include the code without this form removing the tags.... I created a stackoverflow post: http://stackoverflow.com/questions/9910928/include-jquery-ui-now-ocupload-plugin-doesnt-work

@andreyfedoseev
Copy link
Owner

Works for me.

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