I have two queries
1) <div class="a b" title="my title">
How do I get the title and complete class value ? ('a' always be a fixed class but not 'b'. Second class can be anything and also possiblity to have more than two classes.)
2) <h1><a link="dynamic_link" class="fix-class">my content< /a>< /h1>
Get all attributes(link,class..) of 'a href' tag which belongs to only 'h1' tag
Please help me out because I stuck on this point from last two days and not able to get any solution from google. This is my first quetion on stackoverflow. I hope I get many hands for help. Thanks in advance.