码迷,mamicode.com
首页 >  
搜索关键字:javascript-function    ( 155个结果
Prototype and Constructor in JavaScript
The concept of prototype in JavaScript is very confusing, especially to those who come with a C++/JAVA/... background. As an OOP langauge, JavaScript is very different from the languages with class. I...
分类:编程语言   时间:2014-07-09 12:55:02    阅读次数:253
javascript 动态判断html元素
在javascript中为了针对不同的元素执行不同的操作,需要在javascript中对触发事件的元素进行判断,然后执行不同的操作。 例子: html javascript function getmetalid(input) { metalid = input.parentNode.parentNode.firstChild.innerHTML; if(inp...
分类:编程语言   时间:2014-06-16 22:32:33    阅读次数:315
百度地图JS
百度地图基本实现,通用!...
分类:Web程序   时间:2014-06-03 02:28:12    阅读次数:296
API地图坐标转化(批量转换坐标)
```html批量转换坐标(据说有50次/秒的限制哦)谷歌地图鼠标点击的谷歌坐标是:百度地图鼠标点击的百度坐标是:()``````javascript//(function(){function load_script(xyUrl, callback){ var head = document...
分类:Windows程序   时间:2014-05-30 14:37:58    阅读次数:1179
ASP.NET MVC 动态加载 *.ascx
在Controller中: public ActionResult LoadFoo() { return PartialView("Foo", aModel); }Javascript: function loadFoo() { $.ajax({ url: "LoadFoo", success: f...
分类:Web程序   时间:2014-05-02 08:18:52    阅读次数:353
155条   上一页 1 ... 14 15 16
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!