github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

davglass / yui-yql

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 13
    • 3
  • Source
  • Commits
  • Network (3)
  • Issues (0)
  • Downloads (0)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (2)
    • gh-pages
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

YQL module for YUI3 — Read more

  cancel

http://davglass.github.com/yui-yql/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Docs Update 
Dav Glass (author)
Thu Oct 01 20:57:17 -0700 2009
commit  df097387c2a136f4800ae6cfa148fba9ab615bfe
tree    d669472e6148ff52bf02d6b235191350c48cfaa5
parent  9577897c42cbcf5a8fd14893ebff38c6e79ba4fa
yui-yql /
name age
history
message
file LICENSE Mon Sep 14 09:40:20 -0700 2009 Adding license file [Dav Glass]
file README.textile Tue Aug 18 15:25:27 -0700 2009 Updated README [Dav Glass]
directory docs/ Thu Oct 01 20:57:17 -0700 2009 Docs Update [Dav Glass]
directory tests/ Thu Oct 01 20:43:25 -0700 2009 Refactored and swapped opts and params, default... [Dav Glass]
file yql-min.js Thu Oct 01 20:43:25 -0700 2009 Refactored and swapped opts and params, default... [Dav Glass]
file yql.js Thu Oct 01 20:43:25 -0700 2009 Refactored and swapped opts and params, default... [Dav Glass]
README.textile

YQL sugar for YUI3

    YUI().use('yql', function(Y) {
        //Using events
        var q1 = new Y.yql('select * from github.user.info where (id = "davglass")');
        q1.on('query', function(r) {
            //Do something here.
        });
        q1.on('error', function(r) {
            //Do something here.
        });
        //Or the callback approach
        new Y.yql('select * from github.user.info where (id = "davglass")', function(r) {
            //Do something here.
            r.query; //The result
            r.error; //The error message
        });
    });
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server