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)
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...
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.