JQuery :: Unable To Manage Opened Children Windows

Aug 3, 2011

I am trying to modify with jQuery the content of a child window but for an unknown reason it does not work. I would be gratefull if someone may explain what (how) happend. Here is my code:

<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
// Open a new window with a bare html file
var newWindow = window.open
[Code]....

What I expect (you should already have understood) is a new div to be appended to my child window body. The div (and its text) is effectively inserted (in new child's window) but then disappears in the process. Once I look at the generated code, the div is not in child's DOM.

View 4 Replies


ADVERTISEMENT

Remember All Windows I Opened

Jul 20, 2005

how can I remember all windows I opened to close them with one click on a
button? (btw: do arrays exist in Javascript?)

View 5 Replies View Related

Keep Pop-up From Opening In Same (opened) Windows?

Jan 22, 2011

I have a function that opens a new window when the link is clicked. The pop-up window contains a customer's info. Each time I click the link, my pop-up is opening in the same (popped-up) window, but I'd like it to create a new window each time.

View 1 Replies View Related

Remembering Opened Windows After Refresh?

Oct 27, 2004

I have opened a window in javascript with:

mywin = window.open(blahblah);

To keep myself from reopening the window everytime i do a click, i changed it to this:

if(typeof(mywin)=='undefined' || (more conditions here))
{
mywin = window.open(blahblah);
}

The problem is: variable "mywin" is lost after i REFRESH the current page. Since i'm doing a LONG, LONG inventory management (where the opened window is about 200K long), I want to know how I can access the opened window. I tried searching the web, but as far as I know there isn't any "list of windows previously opened by this one" method or property.

I've managed to do it with a setTimeout function on the child window that calls another function of the parent window every 1/2 a second. Code:

View 2 Replies View Related

JQuery :: Jcookie : Unable To Restore Content Across Different Browser Windows

Nov 12, 2011

I am using jcookie to store certain information (user cart) and the idea is to re display the contents of the cart when the user visits the website at some other point in future.

So if user adds the item to his cart and i) closes the browser and opens a new browser window after some time OR ii) opens a new tab : In both cases should see the item added to the cart

I am using jcookie.js library.The code I am using to create cookie and add cart contents to it is:

$.cookie('rented_car', $(rentContainer).html());
$.cookie('rented_car_timings', $(divRentalSumm).html());

Also when the page loads, I have in my index.html

<script type="text/javascript">
window.onload=checkCookies; </script>

where checkcookies() is defined as follows:

function checkCookies(){
var rented_car_timings_cookie = $.cookie("rented_car_timings");
var $rentTimingsContainer = $('<div class="module">' + rented_car_timings_cookie + '</div>');

[Code].....

Now the problem I am seeing is that the cookies work if I refresh the same page or open a new tab in the same Browser window: I am able to see content added to cart. however, If I open a new window , then I do not see the same .

View 1 Replies View Related

Multiple Popup Windows Opened When A Button Is Clicked Multiple Times.

May 25, 2006

This is my first post to this forum. When a button in parent window is clicked multiple times, more than one popup window is opened. This problem is occurring in linux firefox and mozilla browsers. In windows the code is working fine. Is there any option in window.open() method to open a popup window once. s there any known issue regarding this case?. Need a workaround to fix this issue.

View 1 Replies View Related

Multiple Child Windows Opened When A Button Is Clicked Multiple Times?

May 24, 2006

hen a button in parent window is clicked multiple times, more than one child window is opened. This problem is occurring in linux. In windows the code is working fine. Is there any option in window.open() method to open a child window once.

View 8 Replies View Related

JQuery :: Way To Manage .click() And .delegate() On A Page?

Feb 25, 2011

I load a static page, inside this page there are links like this:

<a href="some/path/here/with/id" class="update">Click</a>

With this function I can change the link value (Click) with a second value depending on ajax response.

$('.update').click(function(event) {
event.preventDefault();
$.post('script.php', {}, function(data){

[code].....

View 3 Replies View Related

JQuery :: Manage Scope In Ajax Application

Dec 22, 2011

how to manage the script scope on a full ajax application Let me explain a scenario

- Pages are loaded dynamically in a div,
- pages are php files
- pages contains scripts tags (static and generated via php) depending on
context

Load Scenario :

1. master page load pages via $.load jquery function
2. page are inserted and the script is executed (mostly input events or live events)

when i select another page (just imagine a combo with all pages listed), the Load Scenario is executed again... the 2 js code line that matter in the master page

[Code]...

View 7 Replies View Related

Function To Manage Color Bars?

Sep 21, 2010

I got 3 sections on the site, at the bottom of each are 5 bars which are used to change the text color. I'm trying to minimize the code, so I created an array which contains all the colors, but I'm not sure where to put the call to the array. If I put it in the for loop, the selected color will always be green no matter which color you click. The bars should also go up to 40px when clicked and when the next bar is clicked the current bar at 40px should go back to it's originals size(20px)

this is the JS

Code:
var colors = new Array(4);
colors[0] = "#ed1c24";
colors[1] = "#736257";
colors[2] = "#620460";

[Code]....

View 3 Replies View Related

Pagination Script - Can't Manage To Move The Numbers From The Top

Apr 1, 2009

here's the link to the script: [URL] I got the script working, but I can't manage to move the numbers from the top...to the bottom. I tried nearly every combination I can think of. Here's a screenshot of where the numbers are placed currently:

[Code]....

View 1 Replies View Related

JQuery :: Cycle Plugin - Can't Manage To Make The "goto" Working

Dec 7, 2010

I got a problem with the JQuery Cycle plugin, I can't manage to make the "goto" working.

Here is the code :

And here is the HTML :

What's happening is when I click on "test", it does show the alert but it does not go to the 4th slide. Instead, It acts as if it was the first call, therefore the slideshow starts again from the 1st slide with the default options.

View 1 Replies View Related

JQuery :: Using Before() And Html() To Insert New Div And Then Replace It - Can't Manage To "grab" The NewDiv

Jul 31, 2011

Is there a way to use the before() method to insert a div before another div, and then select that new div to change the contents of that div?

For example, I want:

To change to:

And finally to:

What's the best way to do this? I can't manage to "grab" the newDiv.

View 2 Replies View Related

Open Windows Under Current Windows?

Apr 6, 2010

below is clickunder code , but it open under windows when visitor click everywhere on the pagei need it be speacial for links , whenever visitor click on speacial link , it opens windows

<SCRIPT LANGUAGE="Javascript">
function PopShow3() {
CookieTest=navigator.cookieEnabled; if(CookieTest)

[code]....

View 5 Replies View Related

JQuery :: UI Accordion Active Opened?

Jul 6, 2010

I have a problem where I want the menu with 'active' to be opened, belew is the script and source I have.The accordion works fine, but just does not open on the active page,

$(document).ready(function() {
$("#accordion").accordion({
active: '.active',

[code]....

View 1 Replies View Related

JQuery :: Close Other Divs When One Is Opened?

Apr 23, 2011

I am using a jquery script I found and I need to close the other divs when one is opened

EG: 1 2 3 4 are divs, I click 1 and it opens, when I click 2, 1 closes.

View 1 Replies View Related

JQuery :: Get All Ids Of Children Of A Particular Element

Jun 27, 2009

i want to get the ids of all the children of id 'top' and store it in an array in the order listed above. so final output in this case would be:

arr[0] = 1
arr[1] = 2
arr[2] = 3

is there a function or simple procedure that help me do this?

View 1 Replies View Related

JQuery :: How To Get Width Of Children Of DIV

Dec 16, 2010

I have a div containing many children all very different, each one as a different width. I need to get the width of all the children. I mean child1.width() + child2.width() + child3.width() etc... Of course as a new child can be added anytime I can not use the kind of things I put above.

I tried that among other things :
$("div.mydiv").children().width();
But I only get the width ofthe first child.

View 2 Replies View Related

JQuery :: File Opened When Clicked But Not Downloading

Mar 26, 2011

When I clicked on the download link on the homepage (for both production and development version), the file opened in the browser (see image) but it didn't download.

View 1 Replies View Related

JQuery :: Closing Opened Items On Click Of Another?

Jun 15, 2010

I have this code that opens and closes a div on click of a button:

$(document).ready(function(){
$(".explorenavopen").click(function(){
$("#explorenavholder").slideDown("slow");
});
});

[Code]...

I plan to use this functionality in a few places on the pages. To do so I want to check if something else has been opened (and not closed) and if any of the other items called are still opened, close them. Some sort if if statement that checks for 2-3 variables :items 1,2,3 are :open, close them all before opening this item.

View 4 Replies View Related

Child Windows Can Not Access Window.opener When Multiple Child Windows Are Open

Jul 23, 2005

I have a parent window that pushes a new window object onto an Array
with the following code :

OpenChild()
{

//totalNumWindowsCreated is global

totalNumWindowsCreated = totalNumWindowsCreated + 1;
childWnds.push(window.open(link, "child" +
totalNumWindowsCreated,"dependent"));

..
..
..
}

This pops up a new window with every call. In the child window I call
a parent function onbeforeunload, appClose() :

function appClose(){

if (window.opener && !window.opener.closed){
window.opener.CloseChild(getQueryString("application"));
}}

This is in my frameset tag of the child code :

<frameset ... onbeforeUnload='appClose()'>

The window.opener.CloseChild() function is called perfectly when I have
one child window open, but as soon as I create another child window
both of the open child windows don't ever call it. They do both go
into the onbeforeunload appClose() function, but do not call the
window.opener.CloseChild() function inside of this routine.

Anyone have any ideas why when I have two child windows open I can't
access the window.opener functions?

I have tried taking each new window out of the array and used the
following code in CloseChild() :

CloseChild()
{

//win and totalNumWindowsCreated are both global

totalNumWindowsCreated = totalNumWindowsCreated + 1;
var win = window.open(link, "child" +
totalNumWindowsCreated,"dependent");

..
..
..
}

View 1 Replies View Related

JQuery :: Select A Tags With No Ul > Li >a Children?

Oct 7, 2010

I have about 13 ul li a items in a list and some have nested lists within them e.g. ul li ul li a and some don't. I want to prevent the default action on only a elements that have nested lists within them but not prevent default action for ones that don't. Here's an example of the markup.

[Code]...

However, instead, is there a way to tell jQuery to only apply this preventDefault to ul li a elements that have ul li a descendants/children (not sure of correct terminology here) so I can have the list items in any order?

View 3 Replies View Related

JQuery :: :contains Selector To NOT Search In Children?

Nov 26, 2010

just wondering if there is any way for the :contains to not look in children to find something? Tried $(':contains("$")');, but it returns everything. Was thinking of something like $(":not(':parent')").filter(':contains("$")');, but the console returns null (and even then it would exclude elements that have children and their text includes "$".)

Trying to make a script that looks through a page and finds the price on any page. The only way I could think of doing this relatively accurately is to search for all elements with "$" in the text, then get the one that has the largest height/width (That's problem #2, I think -- will deal with it once i get there :)

View 3 Replies View Related

JQuery :: Get HTML Of Element And Children

Jul 9, 2009

I'm trying to get an unordered list and its children as an HTML string on a mouseout event, but html()only selects the child elements:var theHtml = $('ul', this).html();I've tried using andSelf(), but that doesn't return the result I want:var theHtml =$('ul',this).and Self(). html();I can't choose $(this).html() as I need only the list.

View 2 Replies View Related

JQuery :: Reference Specific Set Of Children?

Oct 28, 2010

I have:

<dt><a href="javascript:void(0);">Menu 1</a>
<dd>
<....>

[code]....

View 1 Replies View Related

JQuery :: Selecting First Level Children Only

Feb 13, 2010

Given the following markup
<div id="menu">
<ul>
<li><a id="home" href="#">Home</a></li>
<li>
<a id="about" href="#">About</a>
<div>

About sub menu
</div></li><li>
<a id="products" href="#">Products</a>
<div><h2>Books</h2>
<ul><li>ColdFusion</li>
<li>jQuery</li>
<li>CSS</li>
<li>HTML</li>
<li>Groovy</li>
<li>Hibernate</li> .....

How can I grab only the 1st level children of my node? I want direct decendents of menu only. My code below is grabbing all <li> which is going to be a problem.
(function($){
$.fn.extend({
myplugin: function(options){
return this.each(function(){
// the object we are working with
var obj = $(this);
// get a list of menu items
var menuItems = $('li',obj);
});
}});
})(jQuery);

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved