Mohammad Ausaf
Results
2
issues of
Mohammad Ausaf
- [x] I have searched to see if a similar issue already exists. **Problem** I made an demo, which basically queries some db, and then shows the results in form...
on click event parameter passing formatted from ` onClick ="deleteNote({{note.id}})" ` to `onClick ="deleteNote('{{note.id}}')"` In Inline-Javascript, eventhandling is `onclickevent = "func('parameter')" ` .Where parameter in this case should be inline...