![]() |
free flash templates
![]() ![]() |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Change :
if (contentString.indexOf("http") != -1) { location.href=contentString; return true; } showContent = function (contentString) { jQuery.ajax({ type: "GET", url: contentString, dataType:"html", success: function(data){ jQuery("div.dynamicContent").html(data); jQuery("div.dynamicContent").slideDown(1000); }, error: function () { alert("Page "+contentString+" not found"); by: showContent = function (contentString) { if (contentString.indexOf("http") != -1) { location.href=contentString; return true; } jQuery.ajax({ ......
__________________
We are always pleased to read you in our guestbook |
![]() |
|
|