View Single Post
09-11-2010, 06:15 PM
#3
Fez is offline Fez
Fez's Avatar
Status: Member
Join date: Jun 2010
Location: Saudi Arabia
Expertise: HTML, CSS, Wordpress, jQuery
Software: e-texteditor
 
Posts: 206
iTrader: 2 / 100%
 

Fez is on a distinguished road

Send a message via MSN to Fez

  Old

Originally Posted by alihs View Post
Hi guys.

I want to know what kind of script or js is being used at the order form at
Code:
http://www.crazyxhtml.com/order.html
I need to create an order form just this one.
From the page:

HTML Code:
<script src="http://www.crazyxhtml.com/js/jquery-1.3.2.min.js" type="text/javascript"></script> 
<script src="http://www.crazyxhtml.com/js/order-calculator.js" type="text/javascript"></script> 
<script src="http://www.crazyxhtml.com/js/jquery.validate.min.js" type="text/javascript"></script>
Originally Posted by alihs View Post
Also, if there is any tutorial i'd wish to learn from it.


Thanks to anyone that helps.
Some nice tuts here:

http://www.catswhocode.com/blog/10-j...ith-html-forms

You can pick and choose the form validation ones. As for the calculator it seems like a custom script, so maybe you can get a gist of how it works from the source link and then code one to your needs?

Reply With Quote
Thanked by:
alihs (09-11-2010)