Although I enjoy using JQuery Mobile, I'm facing compatibility issues with my custom Javascript on the page. Despite everything functioning correctly without JQuery Mobile, adding the library causes problems that I've been unable to resolve.
Essentially, all I really need from JQuery is the styles for certain elements: - Textboxes - Buttons - On/Off switcher (similar to a radio button, but with the ability to swipe it left and right if possible) - DropDown Lists.
Other features of JQuery Mobile like Ajax functionality and multiple page support are unnecessary for my project. I have attempted attaching just the CSS file from JQuery Mobile without the JS file, but the styling for the elements mentioned earlier isn't displaying properly.
If anyone has a solution for applying only the styles from JQuery Mobile without the associated functions, I would greatly appreciate your help.
Thank you!