Forum: JavaScript programming
03-12-2012, 05:18 PM
|
|
Replies: 2
Views: 394
Line Break In JavaScript
I have these line of javascript:
$(document).ready(function () {
/*$('#first').focus();
$(this).keyup(function (e) {
if (e.keyCode == 13) {
generate();
...
|
Forum: PHP
06-06-2009, 03:38 AM
|
|
Replies: 4
Views: 661
|
Forum: PHP
06-05-2009, 10:38 PM
|
|
Replies: 4
Views: 661
Seperate 2 Submission Forms on 1 Page
I have two forms on one page that I would like to seperate out into two different scripts - one that returns results for boys and one that returns results for girls. However, when ever info is...
|
Forum: PHP
04-09-2009, 04:37 AM
|
|
Replies: 5
Views: 13,250
|
Forum: PHP
04-08-2009, 06:52 AM
|
|
Replies: 5
Views: 13,250
PHP Form submit problems on wordpress
I tried making a new page from the pages-default.php. I'm using the carrington theme. The code looks like this:
[CODE]<?php
/*
Template Name: Boyfriendnicknames
*/
// This file is part of...
|