Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript not working

Status
Not open for further replies.

jweiss33

Programmer
Jun 9, 2008
5
US
Hi. I am a little new to the Javascript arena and have a question regarding a site I am developing. The problem I am encountering is when I load a page into a div on my index page. I have a greybox signup form that is not loading. The page by itself works great, only when I load it into the div is when I am having the problem. I have the script code on the mainpage as I think it is similar to css as it reads off of that. When it loads into the div it does not call on the javascript. If anyone has encountered this or has a solution I would greatly appreciate it.


Thank You,
JW
 
How are you "loading a page into a div"? Is this an AJAX problem?

Perhaps posting a URL or some code with some text detailing your problem and how to reproduce it might help, as your description is a bit hard to understand.

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Looks like it is working fine now? Is it a particular browser you are having problems with?

--Dan
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
Mark Twain
 
Hi, Actually did a few changes. What I have is the modalbox that slides down when I click on "Signup", there you will see a form that loads. The form is a slider and should slide from left to right when the "Next" link is clicked. This again works fine by itself but once put into the box it will not work at all. I have attached the url's to both. Thanks for the help.




Note: When I run Firebug on the index.php I get this error:

$ is not defined
$(document).ready(function(){
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top