Message from JavaScript discussions
July 2018
β What are u talking about?
I also made some dom abstraction lib. but now it waits for animation engine. the machine doesnt run without the engineπ€€
β It should be on github
β Norindermudi
β Hi guys
β Sorry but, can some one help me whit take data form an html form by document.form.input.value?
β I'm getting an error like "cannot read property function.js:38 'login_page_email' of undefined
β Function.js: is my file and 38 is the line of this function
β I am not sure if I did testing right way xD I just wrapped method calls between console time and checked time to finished calls like
console.time('test')
$('p').text()
console.timeEnd('test')
and checked time for both jquery and our library.
β Did tests on all methods and they are almost 2x+ faster only css one is slow compared to jquery. XD but well I am still not sure if the way I tested is right or nah. If yes will put it on git immediately
β What library are you talking about?
β Jquery does back-compat stuff, so it will be slower. imo speed here, matters less than api use. innerText is a property, with proxy objects it can stay property, like $('.selector').text