How to get asp.net client id at external javascript file
When I use embedded javascript functions I can get client id of elements with this code:
When I use embedded javascript functions I can get client id of elements with this code:
I am trying to find a span element who has an id in a particular pattern. Its main use is to find certain elements rendered by an asp.net (aspx) page which is derived from a master page.
I need to choose some elements from the given list, knowing their index. Let say I would like to create a new list, which contains element with index 1, 2, 5, from given list [-2, 1, 5, 3, 8, 5, 6]. What I did is:
I have a list like this:
Why do I get this error message? ValueError: setting an array element with a sequence. Thank you