Register
Help
Remember Me?
DD Home
Forum
What's New?
Activity Stream
New Posts
New Events
New Blog Entries
Mark Forums Read
Blogs
Home
Activity Stream
Advanced Search
If this is your first visit, be sure to check out the
FAQ
by clicking the link above. You may have to
register
before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Activity Stream
Filter
Sort By
Time
Show
Recent
Recent
Popular
Popular
Anytime
Anytime
Last 24 Hours
Last 24 Hours
Last 7 Days
Last 7 Days
Last 30 Days
Last 30 Days
All
All
Photos
Photos
Forum
Forums
Blog
Blogs
New Activity (
)
Older Activity
Today,
06:07 PM
traq
replied to a thread
Displaying php validation results through javascript
in
JavaScript
with your ajax call, you're trying to treat the return value as html. If you specify that you're expecting json, you can use it like json: $.ajax({...
see more
10 replies | 492 view(s)
Today,
04:43 PM
vwphillips
replied to a thread
Dynamic Carousel Slideshow
in
JavaScript
for interest <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
see more
2 replies | 78 view(s)
Today,
03:14 PM
jscheuer1
replied to a thread
Help with jQuery form validation
in
JavaScript
This also works: <script> // When the browser is ready... $(function() { // Setup form validation on the #addcat element ...
see more
6 replies | 100 view(s)
Today,
03:08 PM
studio9
replied to a thread
Ghost submitting my contact form ?
in
HTML
do you know a good simple free formmail file that I can just upload and would instantly work with my existing form?
see more
6 replies | 126 view(s)
Today,
03:06 PM
letom
replied to a thread
Help with jQuery form validation
in
JavaScript
This is the understandable coding for you, <script> $(document).ready(function(){ $("#addcat").validate({ rules: { cat_parent : ...
see more
6 replies | 100 view(s)
Today,
03:01 PM
jscheuer1
replied to a thread
Help with jQuery form validation
in
JavaScript
I had said there would still be problems. This works: <script> // When the browser is ready... $(function() { // Setup form...
see more
6 replies | 100 view(s)
Today,
01:32 PM
djr33
replied to a thread
Ghost submitting my contact form ?
in
HTML
There are two possibilities: 1. A bot or person is visiting your site and clicking "submit". 2. A bot (or person) has saved a copy of your form and...
see more
6 replies | 126 view(s)
Today,
01:19 PM
studio9
replied to a thread
Ghost submitting my contact form ?
in
HTML
the fields have values in them as default.. email field has "Your email here" here etc.. and when you click the field that vanishes atuomatically...
see more
6 replies | 126 view(s)
Today,
12:40 PM
djr33
replied to a thread
Ghost submitting my contact form ?
in
HTML
Your HTML is probably irrelevant. That won't change how the submit process works. All that would be on the server. (Exceptions include suggestions...
see more
6 replies | 126 view(s)
Today,
12:35 PM
vwphillips
replied to a thread
ddtabmenu help!
in
Dynamic Drive scripts help
<script type="text/javascript" src="/cms/wp-content/themes/hue/js/ddtabmenu.js"></script> .tabcontent { display:none; }
see more
1 replies | 88 view(s)
Today,
12:15 PM
studio9
replied to a thread
Ghost submitting my contact form ?
in
HTML
the form doesn't require the fields to be filled in in order to be submitted.. I am not sure how to do that I did try to put this in the submit...
see more
6 replies | 126 view(s)
Today,
11:44 AM
reisve
replied to a thread
Help with jQuery form validation
in
JavaScript
@jscheuer1 No diference @letom It works. what did you do? But it does not check the "select" tag. How can I check if a value is...
see more
6 replies | 100 view(s)
Today,
10:23 AM
letom
replied to a thread
Help with jQuery form validation
in
JavaScript
Hi There.. Please run the following code.. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ...
see more
6 replies | 100 view(s)
Today,
09:34 AM
jscheuer1
replied to a thread
Help with jQuery form validation
in
JavaScript
I think there's also some other problem(s). But the code is missing a closing brace and a closing parenthesis for the $(document) function (corrected...
see more
6 replies | 100 view(s)
Today,
09:09 AM
reisve
started a thread
Help with jQuery form validation
in
JavaScript
Hi. Can someone help me finding why the jQuery is not validating the form on the following page? I'm new to jQuery... <!DOCTYPE HTML PUBLIC...
see more
6 replies | 100 view(s)
Today,
08:31 AM
jscheuer1
replied to a thread
Dynamic Carousel Slideshow
in
JavaScript
That code is quirks mode only and IE only. It also exposes tons of global variables, two or more undeclared even. Try this instead: <!DOCTYPE...
see more
2 replies | 78 view(s)
Today,
05:51 AM
letom
replied to a thread
Displaying php validation results through javascript
in
JavaScript
Thanks.. following is the ajax coding to get the result submitHandler : function(form) { if($('#login').submit(function(){return false;})) {...
see more
10 replies | 492 view(s)
Yesterday,
10:53 PM
djr33
replied to a thread
Ghost submitting my contact form ?
in
HTML
It could be an innocent bot if you have a link to the page. But in general they won't submit a blank form; they'd just follow links. It is also...
see more
6 replies | 126 view(s)
Yesterday,
09:37 PM
b-summers
started a thread
ddtabmenu help!
in
Dynamic Drive scripts help
1) Script Title: DD Tab Menu 2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm 3) Describe problem: When the page...
see more
1 replies | 88 view(s)
More Activity
No More Results