<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>fbjs_lib.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,47 @@
+Usage examples:
+
+Select Element
+$('noelement');
+
+Select 2 Elements
+$('test1','test2');
+
+Select elements by class
+getElementsByClass('test2c')
+
+Select elements by tag
+getElementsByTagName('strike')
+
+Use Javascript version of .map
+['a2','b2'].toSource() == map(['a','b'], function(val) { return val+2 }).toSource()
+
+Recurse through the dom under a selected element and return nodes for which test is true as an array
+collect($('test1'), function(element){ return (element.getClassName() == 'test2c') })
+
+Check if an element is visible
+$('test1').visible()
+
+Hide an element
+$('test1').hide()
+
+Show an element
+$('test1').show()
+
+Toggle element visibility
+$('test1').toggle();
+
+Remove an element from the dom
+$('test1').remove();
+
+Get a hash of calculated element dimensions width/height as integers
+$('test1').getDimensions()
+
+Update remote
+Update: function(target_element, response_type, action_path, callbacks, post_parameters)
+(FBML/RAW)	
+Ajax.Update('test1', 'FBML', 'http://...',{ success: function(){} })
+
+Load Remote
+Load: function(response_type, action_path, callbacks, post_parameters)
+(FBML/RAW/JSON)	
+Ajax.Load('JSON','http://...',{ success: function(result){console.log(result)} }, {'json':test_content})</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>10d0e71d502065fc0862d317e1db47c68431ac9a</id>
    </parent>
  </parents>
  <author>
    <name>George Deglin</name>
    <email>gdeglin@inigral.com</email>
  </author>
  <url>http://github.com/gdeglin/inigral-fbjs-library/commit/d370596884736f5aafaf558e7eacb23ca0f0f3f1</url>
  <id>d370596884736f5aafaf558e7eacb23ca0f0f3f1</id>
  <committed-date>2008-10-21T16:01:59-07:00</committed-date>
  <authored-date>2008-10-21T16:01:59-07:00</authored-date>
  <message>Add js file</message>
  <tree>53835712106327a0d5ea9c54d0fe4a8b2eeb2dcc</tree>
  <committer>
    <name>George Deglin</name>
    <email>gdeglin@inigral.com</email>
  </committer>
</commit>
