Quantcast
Browsing latest articles
Browse All 2 View Live

Answer by charlietfl for How can I expose a public api from this specific...

One way would be to assign a reference to the function to a window property. If you have to do this often you could have a global object of your own in window namespace and assign as a property to that...

View Article


How can I expose a public api from this specific IIFE JS structure?

In AspNetZero/ABP, the default index.js for an entity looks like the following: (function () { $(function () { var _$formulationFrequenciesTable = $('#FormulationFrequenciesTable'); var...

View Article

Browsing latest articles
Browse All 2 View Live