tags:

views:

59

answers:

2

If i use jquery in projects then should i keep "firequery" installed?

http://firequery.binaryage.com/

Would it be helpful?

+2  A: 

In firequery

  • jQuery expressions are intelligently presented in Firebug Console and DOM inspector
  • attached jQuery data are first class citizens
  • elements in jQuery collections are highlighted on hover
  • jQuerify: enables you to inject jQuery into any page

If you want to use these features then it is helpful else no need. I would suggest you to keep because there is no drawback to keep.

Brij
can i run my jquey code temporarily in no.conflict mode using this plugin.?
metal-gear-solid
Yes, you can. I have just defined var t$ = jQuery.noConflict() in google.com and check t$("#logo"). it is working fine.
Brij
+1  A: 

Perfect extension to embed jQuery into Chrome Console as simple as you can imagine. This extension also indocates if jQuery has been already embeded into page.

This extension used to embed jQuery into any page you want. It allows to use jQuery in the console shell (You can invoke Chrome console by "Ctrl+Shift+j").

To embed jQuery into selected tab click on extention button.

LINK to extension: https://chrome.google.com/extensions/detail/gbmifchmngifmadobkcpijhhldeeelkc

Andrey