Quote:
Originally Posted by mimosatti
Several jquery libs included could be done, unfortunatelly, by external added snippets, such as widgets.
|
If the widgets are coded properly then they aren’t doing this (or are checking before including, respectively), and if they aren’t coded properly they shouldn’t be used. However, the HTML in the OP’s link doesn’t look like an installed widget but like manually copied and pasted (as all similar issues I’ve answered here so far). The
noConflict function should only be an exception and the
very very last resort if nothing else is possible. Always try to avoid issues in the first place instead of superficially fixing them with more code.