Forum: JavaScript frameworks
11-08-2012, 01:41 AM
|
|
Replies: 1
Views: 461
Selecting all of the checkboxes jQuery
I have code which displayed a person's info in a table(fields:name, surname, address, etc.) and one of the inputs is a checkbox. The code is as follows:
$("#table").append('<tr...
|
Forum: JavaScript programming
11-02-2012, 04:50 PM
|
|
Replies: 1
Views: 229
Navigation through records
hi, I am generating records through php/sql, as u can see the code displays 5 records, what Im trying to do is program so that when the next button is pressed the next 5 records will show?? any help...
|