Suppose I have one div like
- <div class="profilewidth cursorpointer childLoad" id="dynamicID" >
- lt;/div>
- $("body").delegate(".childLoad", "click", function () {
- });
like this i want to pass value in delegate. How is this ????
I want to pass value like this in angularjs:
- $("body").delegate(".childLoad", "click", function (object) {
- });
Please reply fast

Disha RavalPosted May 8, 2019, 7:51 AM