Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Test
#1
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!
Reply
#2
JavaScript
JavaScript:
Javascript
Javascript:
PHP
PHP:
Reply
#3
http://dev.mybb.com/issues/1636
Reply
#4
(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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)