Issue 382: using dynamic pages links
Status:  WontFix
Owner: ----
Closed:  Nov 2009
Reported by tempat.s...@gmail.com, Nov 17, 2009
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
nevermind, not a nyromdoal issue, i was sleepy, so skipped some things :-p
Nov 18, 2009
Project Member #2 nyro...@gmail.com
ahah, ok. remeber to have some rest next time you're facing a problem ;)
Status: WontFix