peikert / proteomics

package development
1 stars 0 forks source link

specific jquery library usage #45

Open peikert opened 6 years ago

peikert commented 6 years ago

https://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page

numairmansur commented 6 years ago

During our next meeting lets check the jQuery version by stopping program execution with a break point at line 205 with the following command:

jQuery().jquery
numairmansur commented 6 years ago

Hi @peikert , There might be another way to solve the problem. I noticed that gradient picker is also using a different version of jQuery then clustpro(). This is the jQuery version used in gradient picker and this is the one used in clustPro(). What if we use the same version everywhere? Including the other HTML widgets on the proteomics website. I think then the conflict will automatically go away. What do you think? Let's try this at our next meeting.

peikert commented 6 years ago

http://infoheap.com/requirejs-quickstart-guide-for-beginners/

peikert commented 6 years ago

Uncaught TypeError: workspace.append is not a function at eval (eval at (jquery.min.js:2), :204:40) at clustpro (eval at (jquery.min.js:2), :266:7) at Object.doRenderValue (eval at (jquery.min.js:2), :169:29) at Object.renderValue (eval at (jquery.min.js:2), :77:14) at exports.OutputBinding.shinyBinding.renderValue (eval at (jquery.min.js:2), :516:20) at exports.OutputBinding.onValueChange (output_binding.js:16) at exports.OutputBinding.delegator.(:4553/anonymous function) [as onValueChange] (eval at (http://127.0.0.1:4553/shared/jquery.min.js:2:2651), :112:23) at OutputBindingAdapter.onValueChange (output_binding_adapter.js:21) at ShinyApp.receiveOutput (shinyapp.js:350) at ShinyApp. (shinyapp.js:562)