The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
add menu item: go to page... unless I'm already on that page
#5
(11-21-2018, 12:54 AM)mudmin Wrote:
(11-20-2018, 11:57 PM)peterchen Wrote: The link should take you to a page with a map (leaflet), and ping the current location, or just ping the current location when already on that page.

...

I'm wondering if instead of an id if you can put a unique class on each one in the "icon" class section of the menu builder. I'm out of town at the moment so I'm not able to do a lot of testing, but with jquery you should be able to either target that class or something like a.nearest to target the closest link to that unique class.

Yes, this works:

I add one (!) menu item, with a custom class 'menu-wai' on the icon class, and then, on the landing page, in ready(), I attach the onclick handler to $('.menu-wai').parent()

This feels a bit dirty-ish,as it requires the item to have an icon, and that icon being a tag inside the 'a', but I'm fine with that. Thank you!
  Reply


Messages In This Thread
RE: add menu item: go to page... unless I'm already on that page - by peterchen - 11-28-2018, 09:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)