<html>
	<head>
		<script>
...

JavaScript delayer

by dabdu, June 08, 2010 09:21, 7 refactorings, tagged with js, ajax

This class prevent massive ...

528de67899017dec3c7568b0ad0622ea Talk
def create   
    case params[:event][:kind]
    when "appointment"
...

Ruby Custom validation (ajax/jav...

by ttdavett.myopenid.com, April 21, 2009 22:00, No refactoring, tagged with rails, ruby, validation, ajax, errors

I have a couple of concerns...

F677fa685a2cfe8aff31f161062db3d3 Talk
// form fields  
  var address = $("#address");
  var zip = $("#zip");
...

JavaScript Perform AJAX request when t...

by Chris, February 16, 2009 06:49, 1 refactoring, tagged with form, ajax, jquery, validate

If three fields (address, z...

5d7c8b8f2de06c07b2bf0848d20ce71f Talk
<?php
ob_start();
include_once "include/config.php";
...

PHP Login / Registration - be e...

by Memf, December 12, 2008 16:56, 1 refactoring, tagged with form, ajax, script, register, login, registration

be easier?

(login and Re...

71367d98df2bf14cbf704e7741eb402d Talk
var hash = new String(document.location).indexOf("#");
if(hash > 0)
{
...

JavaScript Small Javascript Code

by openid.aol.com/aviewanew, October 06, 2008 01:20, 6 refactorings, tagged with javascript, ajax, history

It's for detecting if you'r...

55502f40dc8b7c769880b10874abc9d0 Talk
this.getHttpRequest(identifier).onreadystatechange = function() {
	try {
		ajaxChat.handleResponse(identifier);
...

JavaScript AJAX makeRequest

by Martindale, July 23, 2008 03:02, 1 refactoring, tagged with ajax

This code crashes Firefox 3...

72f4ba51b784673a15a1e89d8d9f49d1 Talk
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
...

JavaScript ajax star rater using mootools

by blank714.myopenid.com, November 21, 2007 08:00, 4 refactorings, tagged with mootools, ajax, star rating

i know theres a lot of star...

55502f40dc8b7c769880b10874abc9d0 Talk