my question is this:
I have HTML code on several pages, on each of them I used JQgrid (jquery grid) to display some data. I knew that on each of these pages the element containing the JQgrid is called "LIST_xxx". Now I need to make javascript that takes this “LIST_XXXX” element on each page and does some things. How could I search for an element by identifier, but only knowing its initial part (identifier, as I mentioned earlier):
$('#list_[XXXX]')... --> The part surrounded by [] is variable on each page, i want to discriminate that.
I hope I get it. Thank.
jquery
lidermin Feb 19 2018-10-19 18:43
source share