| Issue 382: | using dynamic pages links | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
Hi i'm trying to use Nyromodal with a dynamic link like below, but it
doesn't work if i pull it using Nyromodal with ajax.
========================code=================================
<a href="?cat=books&type=sci-fi#content">books/sci-fi</a><br/> <!-- this
doesn't work -->
<div id="content">
<?php
if(isset($_GET["cat"]) && isset($_GET["type"]))
{
if ($_GET["cat"] == "books" && $_GET["type"] == "sci-fi#content") //this
doesnt run
{
echo "show schi-fi, books";
}
}
>?
</div>
========================code=================================
What is the expected output? What do you see instead?
the modal and target content, blank
What version of the product are you using? On what operating system?
1.5.5
Please provide any additional information below.
problem loading ajax with dynamic links
Nov 18, 2009
#1
tempat.s...@gmail.com
Nov 18, 2009
ahah, ok. remeber to have some rest next time you're facing a problem ;)
Status:
WontFix
|
||||||||