Help with Jquery and Html5?

Discussion in 'JavaScript' started by Fiverscripts, Jan 4, 2012.

  1. #1
    Hi all

    Am trying to do the simplist thing... even have a working example online with everything provided.. and i have total block with it all.. im really stuck.

    Basically im after:
    http://www.pengoworks.com/workshop/j...ion.plugin.htm
    (the first interactive example- where it sums up the columns)

    I have created a basic page with 6 inputs.. the last one being the sum.. i have attached my rubbish attempt and a excel sheet to show what im after..

    Anyone got any help? im pretty sure i have implemented the whole thing wrong

    (see attached)
     

    Attached Files:

    Fiverscripts, Jan 4, 2012 IP
  2. ScottAN

    ScottAN Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you provide code snippets in your post? People are much less likely to help you if they have to click links and download attachments...
     
    ScottAN, Jan 5, 2012 IP
  3. Yojance

    Yojance Greenhorn

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    13
    #3
    The first error I spotted on your code is that you are including the jQuery UI file, but there is no reference to jQuery anywhere.
    You should fix that before attempting to code anything else.
     
    Yojance, Jan 5, 2012 IP