MyBB Community Forums

Full Version: Uncaught TypeError: undefined is not a function in showthread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello friends,
I am working on localhost.
I have encountered a problem message showing 

Uncaught TypeError: undefined is not a function in showthread.php

on clicking the error here is what i get


<script type="text/javascript">
// <!--
	if(use_xmlhttprequest == "1")
	{
		$("#edit_post_9").popupMenu();
	}
// -->
</script>

I have no conflict codes, but an additional jQuery file that i have written for my site.

The quick editor, thread modes popups, editpost popup were not working.
on clicking the quick reply, the loader is not disappearing even after the post was posted.

I would request you for help.
Thank you
temporarily remove the additional jQuery file you had written and check if referred issues get resolved.
I figured it out it was additional jQuery base library file that i have loaded.
I removed the jQuery library file and its working fine.
Thanks for reply .m.