Skip to content

Instantly share code, notes, and snippets.

@usbuild
usbuild / jquery.at.complete.js
Created December 24, 2012 11:45
a plugin to simulate at prompt
/**
* Created with JetBrains PhpStorm.
* User: Usbuild
* Date: 12-12-20
* Time: 上午10:21
*/
(function ($) {
$.fn.at_complete = function (options) {
var opts = $.extend({}, $.fn.at_complete.defaults, options);