How to change the "nom_articole" key to the s value?
var s = document.getElementById("myvalue").textContent;
var obj = {
url: "http://localhost:53698/mobile_ODataService.svc/",
jsonp: true,
errorHandler: function (error) {
alert(error.message);
},
entities: {
nom_articole/*I want here the s value in nom_articole place*/: { key: "id" },
}
};