Questions tagged [unobtrusive]
46 questions
0
votes
1 answer
merge json object with arrays
Suppose I have two json objects and I need to merge them.
css: [{
drag: "mode() == 'layout'",
ui_draggable: "mode() == 'layout'"
}]
css: [{
someclass : true
}]
I want to end up with:
css: [{
drag: "mode() ==…

jwize
- 4,230
- 1
- 33
- 51