We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

reportcomplete can`t get $("#fm-context-menu ul")

Resolved
jiameichen asked on April 11, 2018

hi,
i can`t get $("#fm-context-menu ul") with angular in reportcomplete callback .

fm-report-complete="reportComplete(e)"

Is there any problem?

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster April 11, 2018

Hello, Jiameichen,
Thank you for posting your question here!
We have checked on our side and everything works as expected.
Please note that you have to include jQuery to get $("#fm-context-menu ul").
We suggest checking that jQuery is added to your project. If not, it can be included the following way:

<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>

Please let me know if this approach fixes the problem.
Regards,
Tanya

Please login or Register to Submit Answer