Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Here's a quick list for collecting the race/ethnicity of a user in an online form.
0
3624
posted 17 years ago by jonhenshaw
This is the CSS stylesheet I currently start every website that avoids some of the common browser bugs experienced when developing for multiple browsers.
3
1013
posted 17 years ago by thesambarnes
Generate the SQL necessary to create triggers that use the sequences listed above.
NOTE: This particular script assumes that the tables all start with ‘tbl’.
It may need to be modified to work with different naming conventions.
0
848
posted 17 years ago by thecrumb
Generate the SQL necessary to create sequences for every table.
NOTE: This doesn’t create sequences. The results need to be copied and run as a script.
0
1089
posted 17 years ago by thecrumb
Then, your code should look like this ...
$(document).ready(function() {
$("dt > a").click(function(){
$(this).parent().nextUntil('dt').toggle();
return false;
});
});
0
859
posted 17 years ago by thecrumb
used as "http://www.somesite.com/index.php?xcr=page.php"
page.php is plugged into the template index.php which hold the shell of a site.
0
1598
posted 17 years ago by withremote