You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to update the button's contents from Jquery? I am changing the page content with ajax and I am trying to change the main button and drop down buttons as well. However, after the ajax call, the button stops working. Is this possible? Thanks for the help, Jon
The text was updated successfully, but these errors were encountered:
I am using a click method. Unfortunately I don't have a live link of the site since it is on my local machine.
The ajax response replaces the entire button contents and that is when it stops working. I don't know if I have to add a parent ID to the javascript so it can find the replaced button or not. The mfb.js file does not get reloaded upon the ajax call, just the button code gets replaced. Let me know what further information I can get you since I don't have the ability to give access to the live code at this time. Thanks agian for the help, Jon
My suspect is that what's needed is to re-init the menu, at least that's what generally is needed after a live update. Unfortunately I don't think it's possible at the moment as it is. I have to make some tests and see how best this can be solved.
Is there a way to update the button's contents from Jquery? I am changing the page content with ajax and I am trying to change the main button and drop down buttons as well. However, after the ajax call, the button stops working. Is this possible? Thanks for the help, Jon
The text was updated successfully, but these errors were encountered: