Open
Description
I try set and get session in jquery . i try this
for(var i=0;i<m.length;i++)
{
if (m[i] !== null)
{
master.row.add({
" Type": m[i][1],
"Frequency": m[i][2],
})
}
}
$.session.set("Type ", m[i][1]);
$.session.set("Frequency ", m[i][2]);
i also add session.js but this show error on console
Uncaught TypeError: Cannot read property 'set' of undefined(…)
Metadata
Assignees
Labels
No labels