guyfromfl Posted August 30, 2009 Share Posted August 30, 2009 I am new to Ajax and was wondering if anybody knew of any good primers? I am trying to take this table and when you click the checkbox it hides completed issues. I am assuming Ajax would be the best way to do it. Here is my test page http://bli.servehttp.com/bli/knowledgebase/issueList.html Quote Link to comment Share on other sites More sharing options...
abazoskib Posted August 30, 2009 Share Posted August 30, 2009 Ajax is used to run php scripts without reloading the page(for the most part). If you want to simply hide elements of a page, use regular Javascript. Quote Link to comment Share on other sites More sharing options...
guyfromfl Posted August 30, 2009 Author Share Posted August 30, 2009 Yea I know about JS to do that, but what I was working towards would be a more complex table where you can change the status by clicking the row and a few other things that would rely on the database. I figured starting with the hide might be a good baby step. I definatly could be wrong about that Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.