I am trying to add jQuery to the PHP of SQLBuddy and am getting some conflicts. If I just include jQuery, the rest of the program stops functioning and doesn't pull the tables / databases.
If I use the jQuery noConflict function, everything works, but I can't use any jQuery selectors. Is there a way to merge 2 libraries that will show you where there are 2 functions with the same name and prompt you to rename one of them?