﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl"   href="/resources/rss/TrackBackRss.xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:lv="http://www.lvjiyong.com/help/">
  <channel>
    <title>JQuery API/1.1.1/Events</title>
    <link>http://www.lvjiyong.com/item/37587</link>
    <description>bind( type, data, fn ) Binds a handler to a particular event (like click) for each matched element. The event handler is passed an event object that you can use to prevent default behaviour. To stop both default action and event bubbling, your handler has to return false. In most cases, you can define your event handlers as anonymous functions (see first example). In cases where that is not possible, you can pass additional data as the second paramter (and the handler function as the third), see second example. </description>
    <language>zh-cn</language>
    <pubDate>Mon, 01 Jan 0001 00:00:00 GMT</pubDate>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 GMT</lastBuildDate>
    <generator>吕的部落格 Version 1.0.0.0</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.lvjiyong.com/trackback/37587" type="application/rss+xml" />
  </channel>
</rss>