I was looking for a way to add new elements to an an existing object like what push does with arrays
I have tried this and it didn\'t work :
var myF
You are looking for the jQuery extend method. This will allow you to add other members to your already created JS object.