MyBB Community Forums

Full Version: remove class <li>
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello friends.

how to delete the class <li> ?

I want to add code clock. but clashed with <li>

http://www.alessioatzeni.com/wp-content/...index.html

please reply.
Hi ikhwanulfikri,

More than likely this is to do with jQuery conflicting with Prototype.js.

Go to your ACP > Templates & Styles > Templates > Your Style > Ungrouped Templates > headerinclude and, after you have included jQuery add this to it:

<script type="text/javascript">jQuery.noConflict();</script>

Also, in any jQuery you are adding, change
$
for
jQuery
<li> is a list tag of HTML, not a class. It has no ability to clash with any script.
Surely your reference to the elements being wrong somewhere.