If you mean the id attribute of an HTML element within the page with "content id", then you can simply search for the text within the element using the search field <https://getfirebug.com/wiki/index.php/Search_Field> within the *HTML* panel <https://getfirebug.com/wiki/index.php/HTML_Panel>. If by "content id" you mean some ID used only at the server, which is not exposed to the browser, you can't find it using Firebug as Firebug only works on the client side.
Sebastian On Tuesday, September 9, 2014 11:21:45 PM UTC+2, kumar robin wrote: > > I want to know how to find content id of a phrase/text in a web page using > firebug. It will be easy to get more information of that particular > phrase/text from database by using content id. Is it possible by using > firebug? > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/3956f2bf-12cf-4e0d-bc15-bb6169e25cc8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
