[jQuery] How to pull details info into master page (php/mysql)

2007-10-30 Thread I-CRE8
PHP/MYSQL I have links from my master page in the form of to my details page and I would like to pull the info into my master page rather than going to the details page. I have tried this variations of this code $(document).ready(function () { $(".view-man").click(function () { $("#show-detail"

[jQuery] How to pull details info into master page (php/mysql)

2007-10-30 Thread Dave Buchholz - I-CRE8
PHP/MYSQL I have links from my master page in the form of to my details and I would like to pull the info into my master page rather than going to the details page. I have tried this variations of this code $(document).ready(function () { $(".view-man").click(function () { $("#show-detail").loa

[jQuery] How to pull details info into master page (php/mysql)

2007-10-30 Thread Dave Buchholz - I-CRE8
I have links from my master page in the form of to my details page and I would like to pull the info into my master page rather than going to the details page. I have tried this variations of this code $(document).ready(function () { $(".view-man").click(function () { $("#show-detail").load("man

[jQuery] How to pull details info into master page

2007-10-30 Thread Dave Buchholz - I-CRE8
PHP/MYSQL I have links from my master page in the form of to my details and I would like to pull the info into my master page rather than going to the details page. I have tried this variations of this code $(document).ready(function () { $(".view-man").click(function () { $("#show-deta