显示标签为“javascript”的博文。显示所有博文
显示标签为“javascript”的博文。显示所有博文

jqGrid with autocomplete Sample

I spent a few days to study how to using jqGrid and how to integrate with autocomplete. Here is a example of my research.

There are two columns: customer id and customer name, add dataInit in customer id editoptions to integrate with autocomplete.

list.html


list.js


There are sample response files using JSON format

json


autocomplete

Automation服务器不能创建对象

一般是在创建一个ActiveXObject报这个错,具体解决方案详见http://www.cnblogs.com/BTQ/archive/2008/05/29/1209738.html

Opera Developer Tools

Opera也出了个开发工具,WEB调试又多了一种选择。详情点这里

DOM

Javascript

JavaScript Logger

一个很不错的JavaScript Logger实现,在一个新打开Debug窗口中输出Log信息,比使用alert好很多。

My Favorites