MyBB Community Forums

Full Version: Problem in editing the post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, i have problem while trying to edit own created post, my edit button does not work, but its shows the correct link while mouse over on the button.
website
dotnetobject.com
username: testacc
pwd: 123test

i can pm the admin account if required.
You have jQuery running on the page which is conflicting the default MyBB JavaScript - http://api.jquery.com/jQuery.noConflict/
what should i do now? do i need to change the code somewhere to resolve the conflict or need to delete the jquery code?
thank you so much AJS.
i didnt read your posted link properly.
it resolve my problem by just writing below line in script
jQuery.noConflict();