I found the solution. It is not possible use it as event.target.Have to use "var target = event.currentTarget || event.srcElement;" this variable can use as event.target in firebug lite
On Wednesday, October 3, 2012 4:09:51 PM UTC+5:30, Jan Honza Odvarko wrote: > > On Oct 3, 10:41 am, madura pradeep <[email protected]> wrote: > > Yes.It should work on firebug.Also i am successfully use that in firebug > > extensions.But the problem occurred when it is use inside the *FIREBUG > LITE > > * not in the firebug. > Check differences between domplate.js in Firebug and domplate.js in > Firebug Lite. > There were some fixes and they perhaps didn't make it into Firebug > Lite. > > Honza > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
