Questions tagged [modal-window]
138 questions
0
votes
1 answer
Using divs in a looping list
So i'm currently working on this project where I display an list in MVC 4 ListView. One of my fields has a large amount of data so instead of displaying this info in table, I made a CSS modal window to display. Here's a snippet of my HTML with the…

juleekwin
- 521
- 1
- 9
- 25
0
votes
1 answer
How to send a variable from a PHP loop to Javascript
I have a loop that looks like this:
$i=1;
while ($u=mysql_fetch_array($result1)){
?>
Sport |
… |