Giter Club home page Giter Club logo

firequery's Introduction

FireQuery

is Firebug extension for jQuery development.

Your development environment before, and after:

firequery's People

Contributors

aliaksej avatar darwin avatar davemo avatar janodvarko avatar olleolleolle avatar sroussey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

firequery's Issues

metadata is output incorrectly on console

I have an element with metadata and the jQuery metadata plugin.
The code of the element with metadata is:
<li class="{id: 678}">

When I enter $('li:first').metadata() in the firebug console I get the following output:
{ id=undefined }

Without firequery I get
{ id=678 }

(And that's what I would expect and want to see :))

Breaks inspector in Firebug 1.5 beta 5

If you have Firebug 1.5 beta 5 installed and FireQuery 0.3 installed the inspector tool stops working. You can use the tool and the blue outline shows up on the page but the html tab doesn't update and show you the selected element. Disabling FireQuery fixes the problem.

Eyecon Datepicker invalid date created

Issue can be seen on this page: http://eyecon.ro/datepicker/#about

This is not the "standard" jQuery datepicker -- it's a nice plugin that allows selecting a range of dates. Picking a date results in an Invalid date -- something to do with the Date class (which this plugin extends, so it may be some interaction between the plugin and FireQuery).

this.ioBox is undefined

[Break on this error] Filtered chrome url chrome://firequery/content/firequery.js
firequery.js (line 108)

Infinite recursion crash with Firefox 16.0.2 and Firebug 1.10.5

After the latest upgrade to Firebug 1.10.5 using Firefox 16.0.2 on Windows 8 64bit, every time I try to use the element inspector tool in Firebug I get an infinite recursion crash. Specifically, the Firebug console is spammed with a ton of GET requests, seemingly to all my scripts on my page. Additionally, it seems that each script on the page has jQuery's GET cache buster appended to the end of the URL, i.e. _=12345566.

Disabling FireQuery resolves the issue.

Option to force injection of latest jquery

For the jquerify button, I would like to be able to force injection of latest jquery version, currently jquerify detectss if jquery is loaded and shows the version, but for sites with old version I would like to inject it a newer version, this could be useful for testing the behaviour with new versions even without modify the code.

Breaks jQuery data()

When "show internal jQuery data" is checked, returning of data() in jQuery breaks (on whole site)

jQuery("body").data("foo", 1);

jQuery("body").data("foo");
     returns undefined

Firequery spams warnings in console

Firequery spams messages to the console of the webdeveloper plugin, when a page doesn't use jQuery (Click on right icon in the WebDeveloper Toolbar).

It's the check in Line 136:
if (window.jQuery) {

That results in many "Warning: window.jQuery is undefined" messages...
Better use a typeof check :)

Attached events are not displayed

Events are data, too, and it would be extremely useful to see events attached just like data... Here's a jsfiddle that shows how events are not displayed by FireQuery:
http://jsfiddle.net/FRZwp/

I'm testing this in Windows 7, Firefox 17.0.1, FireBug 1.11.0 and FireQuery 1.3. However this problem/shortcoming has been around for a while (honestly I can't even remember if it has worked, so I don't know if it's a bug or a feature request :P)

Can this be fixed/added?

Breaks firebug - Fx3 on Mac

Firebug 1.3.3 on Firefox 3.0.11 on Mac OS X (10.5.7)

The Firebug icon is gray (disabled) in bottom right corner, and clicking the icon, using the Tools > Firebug menu, or selecting "Inspect Element" from the context menu, all do nothing.

Won't install on Seamonkey2

Your exstention won't install on Seamonkey2, with Firebug 1.5b6 installed, saying "this is not Firefox". However, Seamonkey2 use Gecko/20091112, and AFAIK browser is based on Firefox 3.5.

Support jQuery 1.7

Currently the HTML pane in Firebug 1.8.4 does not display any of the FireQuery dynamic binding data when using the latest jQuery release (1.7). This was really useful, any chance we could get an update? If not I'll take a peek at updating this with a pull request later tonight.

Events from parents

Hi,

Not sure this is possible but still.

$(document).on('click', '.selector', function() {});

Is there any way to get the event from the document and show it on .selector node?

Best regards and keep up the good work,
Ionut Dinu

Viewing XML with FireQuery enabled, disables the XML tree view

When viewing a XML document without FireQuery you get a nice XML tree with the message that there is no stylesheet available. However when I enable FireQuery I only see the contents of the elements as if it where parsed by a incorrect stylesheet.

"Exposing chrome JS objects to content without __exposedProps__ is insecure and deprecated."

In firefox 15 i get following error in firebug on some pages with jquery (your test page including - http://firequery.binaryage.com/test/):

"Exposing chrome JS objects to content without exposedProps is insecure and deprecated. See https://developer.mozilla.org/en/XPConnect_wrappers for more information.
http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
Line 2"

Looks like there is a post about this on mozilla blog: https://blog.mozilla.org/addons/2012/08/20/exposing-objects-to-content-safely/

I hope you can fix it soon.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.