jeditable based upon content of first column
jeditable based upon content of first column
                    Very nice application, even a newbie like me can get it to work!  Thanks for providing this software.
In my table I'm using sajaxsource with jeditable to create and edit. I want to allow editing based upon the content of the first column. I have very limited jquery and javascript experience. Can you provide some guidance on how to do this.
Thanks,
Jim
                            In my table I'm using sajaxsource with jeditable to create and edit. I want to allow editing based upon the content of the first column. I have very limited jquery and javascript experience. Can you provide some guidance on how to do this.
Thanks,
Jim
This discussion has been closed.
            
Replies
"[code]$("#table_id tbody tr").not("tr:first contains:('System')").addClass('edit_allowed');[/code]