Ping - thank you for your input and help! I didn't notice the type-o.
I discovered there were two (2) errors in my code:
- The path for images needs to have two backslashs, but I had only one (\images\file.jpg should be:
\images\file.jpg).
- I passed an ID number to Javascript, but in the modal I didn't have a placeholder for it. Once I provided
a div, it finally worked.
So I learned a huge lesson!