Skip to content

Releases: madetech/jquery-navobile

Organisation Name Update

19 Jun 08:14
Compare
Choose a tag to compare

Nothing to see here, carry on.

Version 1 coming soon.

copyBoundEvents

03 Jul 16:28
Compare
Choose a tag to compare

New Param

copyBoundEvents - Boolean, if changeDOM is true, whether or not to copy any bound events (default: false)

How about a fun Event?

03 Jul 08:58
Compare
Choose a tag to compare

Navobile now triggers 4 events:

  • navobile:open - fired when the navigation cta is tapped and navobile is hidden
  • navobile:opened - fired when the navobile is fully open
  • navobile:close - fired when the navigation cta is tapped and navobile is visible
  • navobile:closed - fired when the navobile is fully closed

All of these are triggered on the document, below is a jQuery example:

$(document).bind('navobile:open', function() {
    alert('navobile is opening')
});

0.2.3 release now includes the minified files!

06 May 18:15
Compare
Choose a tag to compare

New Params

06 May 18:07
Compare
Choose a tag to compare

Adds the openOffsetLeft param, please see readme for more details.