MyBB Community Forums
Test - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community (https://community.mybb.com/forum-12.html)
+--- Forum: Testing (https://community.mybb.com/forum-13.html)
+--- Thread: Test (/thread-150139.html)



Test - Euan T - 2014-01-18

JavaScript

JavaScript:

Try this:

<button class="closeModal" href="#">Close</button>

Then add this to the JavaScript:

$('.modalBox .closeModal').on('click', function(event)
{
    event.preventDefault();
    $('#mask, .modalBox').hide();
}); 

Quote the above and look at the solitary "J" characters. Magic!


RE: Test - Odin A. - 2014-01-20

JavaScript
JavaScript:
Javascript
Javascript:
PHP
PHP:


RE: Test - faviouz - 2014-01-20

http://dev.mybb.com/issues/1636


RE: Test - Euan T - 2014-01-20

(2014-01-20, 06:09 PM)Fábio Maia Wrote: http://dev.mybb.com/issues/1636

Knew I'd seen it reported before. I'll look at the parser tonight and see if I can find the cause.