From Learn About the Ext JavaScript Library

search
Summary: DomQuery Advanced
Author: Bernard Chhun
Published: september 13th 2007
Ext Version: 1.1
Languages: DomQuery v1.1 高级English

This tutorial will drive you through some advanced DOM manipulation using the results we may get when we use DomQuery.

DomQuery v1.1 高级 DomQuery Advanced

DomQuery v1.1 高级 Highlight my DOM damn it!

here's an homage clone to what Karl Swedberg did for the JQuery Manual.

It basically highlights some DOM elements based on what button we clicked on. The Ext code is already in the page and you guys will need to give it the appropriate Ext JS files.


Known bugs

  • the 2nd selector doesn't select all even LI's
  • the 8th selector dies on an error


DomQuery v1.1 高级 

DomQuery v1.1 高级<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
DomQuery v1.1 高级
<html>
DomQuery v1.1 高级    
<head>
DomQuery v1.1 高级        
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
DomQuery v1.1 高级        
<title>Tutorials - DomQuery</title>
DomQuery v1.1 高级        
<script type="text/javascript" src="../js/firebug/firebug.js"></script>

相关文章:

  • 2021-12-04
  • 2021-07-05
  • 2021-05-17
  • 2021-07-26
  • 2021-12-26
  • 2022-02-06
  • 2021-10-31
猜你喜欢
  • 2021-07-20
  • 2022-01-29
  • 2021-10-21
  • 2021-10-04
  • 2021-11-20
  • 2022-01-01
  • 2021-05-31
相关资源
相似解决方案