After rolling on the wrapper div, I need to talk different nested children differently.
.
I do not know how to call children in children .... I've tried every Freikin Junkie's combo but it just does not want to play, because this part of the function 'this' Is bump on.
But if I remove it from 'this' then it takes action in all cases.
& lt; Div class = "vpmedia" & gt; & Lt; Li & gt; & Lt; A href = "http://site.com" & gt; & Lt; Div class = "vpArrow" & gt; & Lt; Image src = "http://site.com/image1" & gt; & Lt; / Div & gt; & Lt; Div class = "vpLeft" & gt; Title & lt; / Div & gt; & Lt; Div class = "vpRight" & gt; & Lt; Div class = "vpRightImg" & gt; & Lt; Image src = "http://site.com/image2" & gt; & Gt; / Div & gt; & Lt; / Div & gt; & Lt; / A & gt; & Lt; / Li & gt; & Lt; / Div & gt;
I have searched everywhere for a question or a child of a child everywhere But alas, in reality, there really is nothing in the surroundings There is nothing like this:
this.children (.foo). Children (#bar)
Or maybe going on this route?
This & gt; .foo & gt; #bar Because it will never work, the quotation marks 'this' should be outside . So if we can not use it then what is the solution?
Edit - OK, so this is really a newbie question. Sorry, hopefully the beginner will be able to help somewhere else. thank you for your patience.
To call children of children:
$ ( This) .children ("foo.") Children ("#bar") .;
Or you can use search , except that the children
$ (this) .find ("#bar");
Popular posts from this blog
Is there a way to format XAM generated when a flow document is saved? Currently, all of this is run simultaneously in one line, and I want to break it into my elements, with line break and indenting it makes it a little easier to read. Here is the code I'm using to save a FlowDocument in a WPF RichTextBox as a XAML file: // entire document around TextRange textRange Create a TextRange side = new TextRange (myRichTextBox.Document.ContentStart, myRichTextBox.Document .contentEnd); // save the file using the file (file stream fs = file. Create (filename)) {textRange.Save (fs, DataFormats.Xaml); } Savings work fine, but as I mentioned, JPAM has been generated, all this goes together, no indentation or line breaks for its various elements Is: & lt; Section xmlns = "http://schemas.microsoft.com/winfx/2006/xaml/presentation" xml: space = "preserve" Tekstelinement = "left" Lainhait = "auto" Hashipineshn = enabled = "false...
I am using a login script that stores session value $ _ Session ['Login' '] =' Yes' On logout, when the user enters the correct user / password, this session value is set to an empty space. However users can back up and log back in for some time. I also tried $ _SESSION = array (); And session_destroy (); But with the same result. Does they actually log back in, or do they reload pages only Cache? If it's only a cache, they will not be able to see the page that was not before, and they will not be able to see new data on your site. If they are actually logging back in, then your login code is bad on each page on the login page and login page.
I have installed the GWT plugin in Eclipse, how does the following code run? I'm new, can someone show me graphs? Have you tried the following steps? Full page is also dedicated in the user manual. With screen shots.
Comments
Post a Comment