I have a number of form text fields on a page. Each field has a unique numerical ID. How can i check what if the latest ID? For example, if I have 7 text fields, when i execute on click jQuery function I need to be able to know that the last ID was 7 in order to increment it.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can use the
You can then simply query that object for it's Id. |
|||||
|
I'd love to hear more about what you're trying to do here. Generally modifying unique ID attributes is not really necessary. If you need to store data in your DOM, use the html5-compliant attributes that follow the form
|
|||||
|