<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_AnyKoro_分类_jQuery相关</title><id>http://feed.cnblogs.com/blog/u/53802/category/233566/rss</id><updated>2012-05-27T23:38:33Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/category/233566.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/53802/category/233566/rss"/><entry><id>http://www.cnblogs.com/JosephLiu/archive/2012/01/12/2320707.html</id><title type="text">JQueryUI-autoComplete控件使用详解</title><summary type="text">JQueryUI的东西，说简单，简单，但是灵活性稍微有些不足。接下来是我在工作中遇到的一则应用，感觉是挺平常的，但是却还找不到很对应的。所以写下，记录下。直接上代码： $(function() { $( "#CatalogText" ).autocomplete({ minLength: &lt;%=int.Parse(ConfigurationManager.AppSettings["MinReactLength"] ?? "1") %&gt;, source: "SearchTerm.ashx?catagory=2&amp;am</summary><published>2012-01-12T07:46:00Z</published><updated>2012-01-12T07:46:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2012/01/12/2320707.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2012/01/12/2320707.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/27/1674635.html</id><title type="text">向mvc controller传递json数组</title><summary type="text">对于这个主题我没有找到最合适的办法，只是找出了个可以暂时规避问题的方法。发到这里非常希望各位大侠，能给小弟些思路解决此问题。一开始的需求本想实现这么一个功能这里的后台的程序这个是我最一开始的程序，刚一开始，发现整个程序怎么也不起作用（可以传到后台），一顿调试，发现时没有把json数据字符串化，后来使用了jqueryToJSON进行了字符串化，字符串化后，limit可以认出了，但是对于数组格式的li...</summary><published>2010-02-26T16:11:00Z</published><updated>2010-02-26T16:11:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/27/1674635.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/27/1674635.html"/><content type="text">对于这个主题我没有找到最合适的办法，只是找出了个可以暂时规避问题的方法。发到这里非常希望各位大侠，能给小弟些思路解决此问题。一开始的需求本想实现这么一个功能这里的后台的程序这个是我最一开始的程序，刚一开始，发现整个程序怎么也不起作用（可以传到后台），一顿调试，发现时没有把json数据字符串化，后来使用了jqueryToJSON进行了字符串化，字符串化后，limit可以认出了，但是对于数组格式的li...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/25/1673749.html</id><title type="text">Jquery的属性选择器</title><summary type="text">Attribute Filters:Note: In jQuery 1.3 [@attr] style selectors were removed (they were previously deprecated in jQuery 1.2). Simply remove the '@' symbol from your selectors in order to make them work ...</summary><published>2010-02-25T11:53:00Z</published><updated>2010-02-25T11:53:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/25/1673749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/25/1673749.html"/><content type="text">Attribute Filters:Note: In jQuery 1.3 [@attr] style selectors were removed (they were previously deprecated in jQuery 1.2). Simply remove the '@' symbol from your selectors in order to make them work ...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670112.html</id><title type="text">Sortable List using ASP.net MVC and jQuery</title><summary type="text">Sorting is one of the most basic and essential algorithm form the early days of computation, In this article we will be discussing about sorting a list of items in a web application, this is one of th...</summary><published>2010-02-21T02:28:00Z</published><updated>2010-02-21T02:28:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670112.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670112.html"/><content type="text">Sorting is one of the most basic and essential algorithm form the early days of computation, In this article we will be discussing about sorting a list of items in a web application, this is one of th...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670107.html</id><title type="text">Hierarchical Treeview with ASP.NET MVC &amp;amp; jQuery</title><summary type="text">First of all, an apology for being so quiet over the past few weeks. I've been putting my blogging aside for a while to chase some pet projects I'm working on. More on that later.I did, however, run i...</summary><published>2010-02-21T02:22:00Z</published><updated>2010-02-21T02:22:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670107.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670107.html"/><content type="text">First of all, an apology for being so quiet over the past few weeks. I've been putting my blogging aside for a while to chase some pet projects I'm working on. More on that later.I did, however, run i...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670081.html</id><title type="text">你的第一杯Web 2.0 —— 快速浏览jQuery、Spring MVC和XStream/Jettison</title><summary type="text">不再有页面刷新：使用jQuery相关厂商内容免费迷你书下载：Flex入门指南——PHP开发者Flash Builder 4 Beta和FlexUnit下的测试驱动开发下载Flex 4 SDK，构建超级棒的Flex应用 使用Pixel Bender Toolkit制作特效——创建vintage tone过滤器(Part 2)在Flash Builder...</summary><published>2010-02-21T01:43:00Z</published><updated>2010-02-21T01:43:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670081.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670081.html"/><content type="text">不再有页面刷新：使用jQuery相关厂商内容免费迷你书下载：Flex入门指南——PHP开发者Flash Builder 4 Beta和FlexUnit下的测试驱动开发下载Flex 4 SDK，构建超级棒的Flex应用 使用Pixel Bender Toolkit制作特效——创建vintage tone过滤器(Part 2)在Flash Builder...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670066.html</id><title type="text">MVC JSON - JsonResult and jQuery</title><summary type="text">The latest release of the MVC framework provides the JsonResult forController actions. I was surprised that I did not find a weatlh of examplesfor usage so I figured it shouldn't be too hard to get a ...</summary><published>2010-02-21T01:22:00Z</published><updated>2010-02-21T01:22:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670066.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/21/1670066.html"/><content type="text">The latest release of the MVC framework provides the JsonResult forController actions. I was surprised that I did not find a weatlh of examplesfor usage so I figured it shouldn't be too hard to get a ...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/17/1668887.html</id><title type="text">[转]jQuery and JavaScript CSS !important</title><summary type="text">Everyone who is familiar with CSS !important statement understood that it means that the style have the highest priority regardless of other priority. However, !important should be avoided as much as possible and order priority should be practice in CSS instead. In jQuery, there are times when we ne</summary><published>2010-02-17T03:40:00Z</published><updated>2010-02-17T03:40:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/17/1668887.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/17/1668887.html"/><content type="text">Everyone who is familiar with CSS !important statement understood that it means that the style have the highest priority regardless of other priority. However, !important should be avoided as much as possible and order priority should be practice in CSS instead. In jQuery, there are times when we ne</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/15/1668395.html</id><title type="text">使用JQuery进行WCF通信的学习记录</title><summary type="text">先架设一个wcf服务，然后，需要住的是在对应的协议上添加上： [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.WrappedRequest)] ForTestDat...</summary><published>2010-02-15T02:51:00Z</published><updated>2010-02-15T02:51:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/15/1668395.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/15/1668395.html"/><content type="text">先架设一个wcf服务，然后，需要住的是在对应的协议上添加上： [OperationContract] [WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.WrappedRequest)] ForTestDat...</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/14/1668270.html</id><title type="text">发两个javascript文件的工具</title><summary type="text">jslint,jsmin，前者是验证JavaScript代码质量的，后者是压缩工具，就是去除空格和解释对应的网址分别是http://www.jslint.com/，http://fmarcia.info/jsmin/test.html</summary><published>2010-02-14T09:56:00Z</published><updated>2010-02-14T09:56:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/14/1668270.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/14/1668270.html"/><content type="text">jslint,jsmin，前者是验证JavaScript代码质量的，后者是压缩工具，就是去除空格和解释对应的网址分别是http://www.jslint.com/，http://fmarcia.info/jsmin/test.html</content></entry><entry><id>http://www.cnblogs.com/JosephLiu/archive/2010/02/14/1668205.html</id><title type="text">[转]jQuery教程：jQuery 1.4新特性及其变化</title><summary type="text">为庆祝jQuery的四周年生日，jQuery官方团队正式发布了jQuery的1.4版本。在这个版本中，jQuery官方团队做了大量的编码、测试和文档工作，相对之前版本自然改进不少，让我们一起来看看有那些新变化吧。本文分上下两篇，上篇主要总体介绍jQuery 1.4版本的相关使用及更新，下篇通过一些代码示例来展示更新的方法及新添加的方法。【下载及调用】像以往一样，官方提供了jQuery的两份拷贝，一...</summary><published>2010-02-14T06:20:00Z</published><updated>2010-02-14T06:20:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/14/1668205.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2010/02/14/1668205.html"/><content type="text">为庆祝jQuery的四周年生日，jQuery官方团队正式发布了jQuery的1.4版本。在这个版本中，jQuery官方团队做了大量的编码、测试和文档工作，相对之前版本自然改进不少，让我们一起来看看有那些新变化吧。本文分上下两篇，上篇主要总体介绍jQuery 1.4版本的相关使用及更新，下篇通过一些代码示例来展示更新的方法及新添加的方法。【下载及调用】像以往一样，官方提供了jQuery的两份拷贝，一...</content></entry></feed>
