|
Problem loading html content from hidden div
|
|
26th August, 11:26
Post: #1
|
|||
|
|||
|
Problem loading html content from hidden div
First off, I know this is probably a simple one and there are similar threads for which I apologise, but I have tried several options with no success.
I am trying to load my qTip content from a div which contains a call to some server side code (classic ASP). This code goes and gets the file type and file size of a give file name. This works ok, but my qTip only looks at the first div with the given class name on the page. JS Code
Here is my HTML JS Code
Could anyone kindly offer some help? As I say, it's probably a simple fix, but my head is a bit frazzled and I'm struggling to find an appropriate solution. |
|||
|
26th August, 13:39
Post: #2
|
|||
|
|||
|
RE: Problem loading html content from hidden div
Your moreInfo div is next to your parent p element, not your a element
Try this out instead:JS Code
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
26th August, 14:09
Post: #3
|
|||
|
|||
RE: Problem loading html content from hidden div
(26th August 13:39)Craig Wrote: Your moreInfo div is next to your parent p element, not your a element Craig, you're an absolute gent! Thank you.
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help





Try this out instead: