swisnl / jQuery-contextMenu

jQuery contextMenu plugin & polyfill
https://swisnl.github.io/jQuery-contextMenu/
MIT License
2.25k stars 744 forks source link

Two input selects on submenu #679

Closed roghellman closed 5 years ago

roghellman commented 5 years ago

I have two input selects on a submenu and want to update the options in the second select based on the value selected in the first input select.

I've tried multiple variations to implement this but all have failed. Is this possible to achieve? I'm apparently having difficulty understanding the documentation.

bbrala commented 5 years ago

Hmm, this is pretty specific. You should be able to select the element with jQuery and add the proper events. But finding the right select might be hard. If you have a jsfiddle i might be able to help you out.

roghellman commented 5 years ago

Björn:

Thank you for the offer. It would be nice to do, but not worth the effort.

Rogers

On Mon, Feb 25, 2019 at 5:03 AM Björn Brala notifications@github.com wrote:

Hmm, this is pretty specific. You should be able to select the element with jQuery and add the proper events. But finding the right select might be hard. If you have a jsfiddle i might be able to help you out.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/swisnl/jQuery-contextMenu/issues/679#issuecomment-466950917, or mute the thread https://github.com/notifications/unsubscribe-auth/ABuynDm0FSSnyssSqUhLjXWs232tbIQiks5vQ7T5gaJpZM4ahrgv .

bbrala commented 5 years ago

Ok :)