Ok, so Im totally new to javascript, but I would need to do following:
on my page I have tabs (done with javascript) and then I have search form. Now I need from those tabs a id to put to that form.
I have tabs1 tabs2 tabs3 and all those href="#1", href="#2" and so on. I would need to get that number out of that tab to form input value. So if use clicks Tab2, it would automatically put "2" as a value in one of my inputs of my form. How to do that? Thanks!