Bootstrap and Jquery in same app

I have an application I created with version 5.2.1.3 and it is in use right now.

In that application I am using the following jQuery Mobile controls:
Tb - Textbox, Bu - Button, Fb- FootBar, Li - List and Se - Select

I have now a request to add some functionality and I was thinking on using Bootstrap - DataTable on a separate form.

Will that create a problem?
I get the message:
Using Bootstrap (bs) and jQuery Mobile (jqm) controls in the same app will cause appearance issue.

What kind of issues will I have?

Don’t do this.

jQuery Mobile’s css files change all the controls in the project - not just jQuery Mobile controls. Your Bootstrap controls will be messed up.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.