Skip to content

Instantly share code, notes, and snippets.

@burtonian
Created May 14, 2011 14:22
Show Gist options
  • Save burtonian/972257 to your computer and use it in GitHub Desktop.
Save burtonian/972257 to your computer and use it in GitHub Desktop.
Tutorial #16 jQueryUI KRL source
ruleset a35x105 {
meta {
name "JQueryUI Selectors"
description <<
>>
author "Craig Burton"
logging off
use css resource jquery_ui_smoothness_css
use javascript resource jquery_ui_js
}
dispatch {
// domain "example.com"
}
global {
}
rule first_rule {
select when pageview ".*" setting ()
//emit<|
//$K( "#effect" ).toggle("slide",1000);
//|>
jquery_ui:toggle('#effect','slide', 1000);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment