资 源 简 介
JQuery Messages Plugin
A plugin for JQuery to manage labels in applications.
Description
Loads the labels for your application and re-use they when are needed:
var labels = { greetings : "Hello world!!!", greetingsTo : "Hello {name}"}$.loadMessages(labels);
The labels can be tokenized and replaced when are required with the correct values:
alert($.message("greetings")); // --> Hello world!!!alert($.message({key : "greetingsTo", params: {name: "Manuel"}}); // --> Hello Manuel
or you can change directly the content of a tag:
$("h1").message({key : "greetingsTo", params: {name: "Manuel"}}); //Change the content of all "h1" to "Hello Manuel"
There is the possibility of use the element"s id as key of the message:
毛海彬
6天前 下载了:
一个很好的汇编集成开发环境,支持多种汇编编译器。
毛海彬
6天前 下载了:
汇编语言编写的发声程序!
无密码.
希望能给初学汇编的人一点启发吧!...
毛海彬
6天前 下载了:
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序...
dybabc123
6天前 下载了:
unix下的ping代码源程序
dybabc123
6天前 下载了:
这是一个旅行商问题的算法源程序
dybabc123
6天前 下载了:
Three-dimensional finite-difference ground-water flow model 三维流体有限元源代码
dybabc123
6天前 下载了:
这是一个运用多种排序法对数据进行排序的程序,排序时间复杂性小,空间复杂性小,排序速度快.压缩包包括源程序文件,再vc中运行.
dybabc123
6天前 下载了:
介绍windows环境下命令行
dybabc123
6天前 下载了:
Thinking in java 3 习题答案
dybabc123
6天前 下载了:
这是一个通过字符串操作来实现文本加密解密的源程序,通过打乱原文本字符串的顺序,隐藏信息,通过解密,可以回复原字符正常顺序,达到加密解密的目的.压缩包包括源程序文件,再vc中运行.