when i click tab it calls sal() jquery function and i sent the data to
action, in action parameter is
processed well, but while replacing div with partial page i am getting
following error like
RJS error:
TypeError: element.getElementsByTagName is not a function
TypeError: element.getElementsByTagName is not a function
Exactly what it says: getElementsByTagName is a basic JavaScript
function of document. So you need to look at your JS to see where
that’s getting muddled…
TypeError: element.getElementsByTagName is not a function
Exactly what it says: getElementsByTagName is a basic JavaScript
function of document. So you need to look at your JS to see where
that’s getting muddled…
TypeError: element.getElementsByTagName is not a function
Exactly what it says: getElementsByTagName is a basic JavaScript
function of document. So you need to look at your JS to see where
that’s getting muddled…
wrong
Perhaps you could be a little more explicit about what part of that you
consider to be “wrong” ?