How to link to a specific part in the same page with jquery and php?
问题 I know to link to a part in the same page like : <a href='#A'>A</a> <a name='A'>Here is A</a> But when I designed it with jquery and php, ı have a problem. My design is like : There are all letters of alphabet. Under the letters, there are there are divs (item_A,item_B,item_c etc...). When the user click K letter for example, page will link to #K div and also #K div display its content.(Because when the site open first, item divs' display are none). But the problem is, although #K (K is just