hi,
i can`t get $("#fm-context-menu ul") with angular in reportcomplete callback .
fm-report-complete="reportComplete(e)"
Is there any problem?
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