什么是“.el”与JavaScript / HTML / jQuery有关系吗? [英] What is ".el" in relationship to JavaScript/HTML/jQuery?

查看:111
本文介绍了什么是“.el”与JavaScript / HTML / jQuery有关系吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我试图了解el在 $ .el来自这里:
http://joestelmach.github.com/laconic/

  $。el.table(
$ .el.tr(
$ .el。 ('姓氏'),
$ .el.th('姓氏')),
$ .el.tr(
$ .el.td('Joe'),
$ .el.td('Stelmach'))
).appendTo(document.body);

提前致谢!

解决方案 只是一个标识符,它指向一个元素,一个DOM元素,它是该库中的一个约定。 b $ b

I couldn't find much from Googling, but I'm probably Googling the wrong terms.

I'm trying to understand what the "el" in "$.el" is from here: http://joestelmach.github.com/laconic/

$.el.table(
  $.el.tr(
    $.el.th('first name'),
    $.el.th('last name')),
  $.el.tr(
    $.el.td('Joe'),
    $.el.td('Stelmach'))
).appendTo(document.body);

Thanks in advance!

解决方案

el is just an identifier and it refers to an element, a DOM element, which is a convention in that library.

这篇关于什么是“.el”与JavaScript / HTML / jQuery有关系吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆