• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

object oriented programming in javascript

 
Ranch Hand
Posts: 335
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have to display records on page.

Record will have checkbox than two textbox with some data.

User can add more records as well he may select records by clicking checkbox and records will be deleted all on client side.

So say I have 5 records and user adds a record I have to show it at top so all 5 records will shift down by 1.

Similarly when I delete a record say 3 rd record now 4 and 5 th record will move up.

As all records editable so user may modify records.

Finally when user clicks Save current form data will go to server.

Does anyone have idea how can I do this. If so please suggest me some links/books whatever source you know.

I tried google with object orieneted programming in javascript but have not yet found solution.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic