hi,
first, thank you very much
@Erel for this great library i think it is very powerful for creating WebApps.
i would like to know how the jQUeryElements are created and if i have control over them. i understand that they are created from any HTML element with an id attribute but HTML elements that are created in runtime cannot be referenced. is there a way to re-call the function that generates the jquery elements and like this create a reference in b4x like stored in a list or something like this. or maybe if i already know the id that i will put i create a jqueryelement named "el1" and after adding the element in runtime I can refer to it.
is it possible to extend the jquery function and maybe reference with classes and not only with id's?
thanx