Tagged Questions
5
votes
2answers
159 views
Object context of 'this' within a jQuery event
Say I have the following defined in javascript:
com.company.long.namespace = {
actions: {
add: {
defaults: {
url: 'myurl/submit',
},
...