I am a PHP developer based just outside of London, currently developing administration solutions for businesses, looking to build my knowledge of Jquery among many other languages
Hi I am trying to make a quote generation tool using multiple sliders but for some reason the totals do not update 100% on one slider until you use the other, then vise verser . I have tried many things but am missing something here and hope that someone can help, here is the code:
I am new to javascript and have a problem. I am trying to get a hash and pass the tag to a url but I am getting undefined as a result. I am sure it is a simple markup issue but can't for the life of me figure it out.
Thanks in advance
$("#nest-tabs li a").click(function() {
//alert("On the top nav:..."+(this).hash+" was clicked!");
I have a project where I have to load 2 different pages with JavaScript within each other whilst still being able to control all 3 pages from any given page.
So I have index that has a child page loaded into it then into that another page, I need to post a form that is in the 2nd child page from the first child via a link and I need to be able to control the url of the first child page with both the index and the 2nd child page.
I am new to Jquery and I am not only confusing myself but probably you also, I have an image of the concept here hosted on google docs, this may help in understanding.
The key is that I can change the url parameters in each of the two loaded pages from any given page (choice) and post a form that is in one child from another by link, need to call back the child page and change the url params.
I have it working (kinda) but I am worried about managing the callbacks and managing the different forms that I may need to load.
If you are thinking why do it this way then the key is to avoid any page refresh and to allow for change to be made to items and associated items in many different scenarios.