English 中文(简体)
为什么jQuery被称为jQuery?这个名字的原因是什么?[已关闭]
原标题:Why jQuery is called jQuery? What is the name reason? [closed]
  • 时间:2010-02-25 20:33:29
  •  标签:
  • jquery
Closed. This question is off-topic. It is not currently accepting answers.

想要改善这个问题吗? 更新问题 以便它符合 Stack Overflow 的主题

Closed 13 years ago.

我知道jQuery中的j代表JavaScript,但jQuery中的query是什么意思?它代表什么?

最佳回答

John Resig 对某人为已有项目声称 "JQuery" 这个名称所做的回复:

I was, originally, going to use JSelect, but all the domain names were taken already. I then did a search before I decided to call the project jQuery, saw your project, and also saw that it hadn t been updated since "October 26, 2004: JQuery 3.1.3". So, I assumed it was defunct.

请查看http://ejohn.org/blog/barcampnyc-wrap-up/#comment-1927

问题回答

查询。

jQuery 的根源是查找 DOM 对象(使用选择器)并操作它们。您正在查询 DOM 元素。

我推测它与通常通过选择器等方式查询DOM有关。





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签