jQuery.DomOutline icon indicating copy to clipboard operation
jQuery.DomOutline copied to clipboard

Options and firebug inspector box

Open bglogic opened this issue 11 years ago • 2 comments

Hi @andrewchilds I added some options I hope you like and add them:

  • border: A border used as the visual indicator surrounding the element. If false a semi-transparent blue overlay box is used instead (like firebug).
  • realtime: Shows the visual indicator as you hover the mouse over the elements. If false the visual indicator shows when clicking an element (maybe implementing ctrl-left click is better?).
  • label: Shows a label above the visual indicator. The label contains the element's name, id, class name, and dimensions.

I think this way the code is more flexible so others can fit it more easily to their needs.

This is my first time contributing to an open source project, hope I'm doing this right :)

bglogic avatar Apr 05 '13 20:04 bglogic

Hi Saif, thanks for contributing and sorry for the delayed response! This sounds like a great addition, but because you changed the tab width from 4 to 2 spaces, it's very difficult to tell what changed in the diff (e7c42ab0af2bdbbd8d9ae966fe66993255b8e14e). Could you please replace your existing commits with a new commit that preserves the 4 space tab width? Let me know if you need help doing that. Thanks!

andrewchilds avatar Apr 27 '13 17:04 andrewchilds

Hi Andrew, I apologize for the late response, I got busy with a couple of things and forgot to come back to this.

bglogic avatar Jun 18 '13 17:06 bglogic