I'm writing an application that will run on an embedded old browser (I mean really old browser. User agent: ANTGalio/2.1.19.12.2.1.19.12.020.3.0.00; vxWorks-6.3
).
This browser don't support the function querySelectorAll
or querySelector
. I would like to know some alternative for those functions which will do the same job.
If there is no function which will do this, where can I get the code of the querySelector
function, so I can try to write it by hand with JavaScript.