[jQuery] Re: How to Get Div from IFrame

2009-11-20 Thread webspee...@gmail.com
:55 am, Liam Byrne wrote: > You can't do this if the content of the iFrame is from a different > server / domain. > > e.g. if it's not your content, then you can't get at it this way in > order to show it in your page; you can only display the iframe as the > owner inte

[jQuery] Re: How to Get Div from IFrame

2009-11-13 Thread webspee...@gmail.com
When I try it, I get this error: Error: Permission denied for to get property HTMLDocument.nodeType from :>. Source File: http://www..com/js/jquery/jquery.js Line: 2216 Here is the line of JS being used. $("#eseSearchRight").html($('#searchFrame').contents().find ('.recordH

[jQuery] Re: How to Get Div from IFrame

2009-11-13 Thread webspee...@gmail.com
I am in a similar situation and I don't want to use the iFrame, but how do you use jQuery to do the following. I have a page on my server and I want to display, say, www.google.com in a portion of my page. With an iFrame, I simply set the src of the iFrame. I've tried using jQuery to do the same b

[jQuery] Can't get dialog box to appear twice

2009-10-06 Thread webspee...@gmail.com
Hey all. I'm trying to work with a dialog box and when the page has been refreshed, the dialog box appears fine. But if I close it out and try to open it again, it won't open. Here is the code I'm using. $(function() { $("#quickAddDisplay").dialog({ bg

[jQuery] Need to scroll inside of a by clicking a button

2009-08-14 Thread webspee...@gmail.com
I'm trying to use jQuery and Flexigrid to display a table. Once the table is displayed, I want to be able to use the page up/page down keys to scroll down the table. I've tried using offsetTop and offsetParent but it's not working. The values are being set as expected, but the scrollbar isn't mov

[jQuery] Trying to force field change (tab event)

2009-07-13 Thread webspee...@gmail.com
Hey all. I have a table being returned from an AJAX call that has input fields, 1 in each row. I want to give focus to the next element (next row) when the user hits "enter" key. Basically, the user is going to be in the first field and can either change the value of that field *or* simply move

[jQuery] Need to move selection from one box to another box

2009-06-10 Thread webspee...@gmail.com
Hey all. I'm looking to create a screen where there's a box on the left and a box on the right. The left box contains names which can be moved to the box on the right. Between the two boxes will be two buttons, one labeled ">>" to move from left to right and the other labeled "<<" to move from t

[jQuery] Need to get value of table cell

2009-03-25 Thread webspee...@gmail.com
Hey all. I have a table and I need to access the value of a particular cell in the selected row. I've seen this type of code before but can't remember what to search on. Any clues?

[jQuery] Error on prepend in IE7

2009-03-23 Thread webspee...@gmail.com
Hey all. I'm using jQuery with flexigrid and when the table displayes in IE7, I get a JS error. Here is the JS error and block of code it references. unexpected call to method or property access prepend: function() { return this.domManip(arguments, true, function(elem){

[jQuery] Re: Get contents of first child tr, td with class

2009-03-05 Thread webspee...@gmail.com
How would you get the second, third and so on? On Feb 12, 2:21 pm, James wrote: > $("#recent_activity tbodytrtd.date:first").text(); > > On Feb 12, 9:13 am, Mark Steudel wrote: > > > I have a table like so: > > > > > > > > > t1 > > t2 > > > > > > > > > > value > > 2008-09-01 <--- want th

[jQuery] Trying to add/remove a class "when...."

2009-03-05 Thread webspee...@gmail.com
Hey all. I'm trying to add/remove a class and am having trouble. When I add the new class, the color takes hold, but not the changing of the background image. The original CSS is defined as input[type="button"]{background- image:} How do I remove a class that is defined like the one above?

[jQuery] Trying to change CSS values for .ui-tabs but....

2009-03-05 Thread webspee...@gmail.com
I can change the properties that I need to change except the color of the clicked tab. I've tried many combos, here is what I have. /* Tabs --*/ .ui-tabs {padding: .2em;} .ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative;background-image: url(

[jQuery] Re: Exploding nested s....

2009-02-27 Thread webspee...@gmail.com
Using the explode animation, where the div "explodes" into X pieces. On Feb 17, 8:30 pm, Ricardo Tomasi wrote: > What do you mean by "explode"? remove? > > On Feb 17, 4:50 pm, "webspee...@gmail.com" > wrote: > > > Hey all. > > > Ex

[jQuery] How can I make no tab having focus on initial load....

2009-02-26 Thread webspee...@gmail.com
I know how to make a specific tab the "default" tab selected, but how do I make none of them selected? I can pass either nothing (), (1) or (2) etc for that tab to be selected so I tried passing a 0 but it still selected the tab 1.

[jQuery] Need nested tabs...

2009-02-26 Thread webspee...@gmail.com
Hey all. Can anyone show me code to create nested tabs that work in the latest version of jquery? I see plenty of examples in previous versions but I can't get them to work. I have a single line of tabs working fine, but I need nested tabs. Any help would be appreciated. ...

[jQuery] Re: Where can I get download files?

2009-02-26 Thread webspee...@gmail.com
u, Feb 26, 2009 at 11:20 AM, webspee...@gmail.com > > wrote: > > > Would you be able to cut and paste the code above and see if it works > > for you? > > > On Feb 26, 11:18 am, "webspee...@gmail.com" > > wrote: > > > Yeah. I have the latest.

[jQuery] Re: Where can I get download files?

2009-02-26 Thread webspee...@gmail.com
Would you be able to cut and paste the code above and see if it works for you? On Feb 26, 11:18 am, "webspee...@gmail.com" wrote: > Yeah. I have the latest. To be sure, I just downloaded the latest > version of jquery and I got the 6src6 UI, I just downloaded the latest > of

[jQuery] Re: Where can I get download files?

2009-02-26 Thread webspee...@gmail.com
Yeah. I have the latest. To be sure, I just downloaded the latest version of jquery and I got the 6src6 UI, I just downloaded the latest of that too. Does the code look good? On Feb 26, 9:46 am, "Richard D. Worth" wrote: > On Thu, Feb 26, 2009 at 9:11 AM, Webspeeder wrote: > > > Well, I finall

[jQuery] Can't get onclick of tab to fire....

2009-02-26 Thread webspee...@gmail.com
Hey all. I'm slowly but surely working through my tab issues. My latest is that I can't get the onclick even to fire. I copied the code, bt it won't work. Also, is there a way to fire an event when a specific tab is clicked? Here is the code I'm working with. CODE BEGIN http://www.w3.org/ TR/

[jQuery] Calling HTML pages using post...

2009-02-25 Thread webspee...@gmail.com
Hey all. I have 5 buttons on a page, each one calls a different HTML page. Currently, I have each button in its own form and on click, I'm checking permissions and then submitting the form. Is there an easier way of loading a page via post using JQuery?

[jQuery] I want to do validation via AJAX and then submit form...

2009-02-23 Thread webspee...@gmail.com
Hey all. I am creating a login type screen and when the login button is clicked, I validate the ID/password via AJAX and if successful, I then submit the form. I have the code to validate, but when it returns a true, how do I submit the form to call the new page? Do I put the new page in the act

[jQuery] Exploding nested s....

2009-02-17 Thread webspee...@gmail.com
Hey all. Exploding a simple is easy enough, but can you explode nested s? I have a div container and inside it I have content generated from an AJAX call. When I explode the outer div, I don't get the "pieces" and the screen freezes up for a second. I don't know if the div is too large or if it

[jQuery] Re: Does IE simply not work or...

2009-02-17 Thread webspee...@gmail.com
of that and see if it helps. > > > > webspee...@gmail.com wrote: > > That is what I figured. > > > Howdoesthis block of code look? > > > [html] > > $.post("../pu/puajax-x.html",{ > >               mode: "contactrow", &g

[jQuery] Re: Does IE simply not work or...

2009-02-17 Thread webspee...@gmail.com
d: $ ("#loginid").val()} //maxItemsToShow:10, }); [/html] On Feb 17, 8:37 am, Michael Price wrote: > You have another comma at the end of this line: > pdiro: $("#pdirection").val(), > > Get rid of that and see if it helps. > > > > webspee...@gmail.com wr

[jQuery] Re: Does IE simply not work or...

2009-02-17 Thread webspee...@gmail.com
That is what I figured. How does this block of code look? [html] $.post("../pu/puajax-x.html",{ mode: "contactrow", loginid: $("#loginid").val(), field: $("#sortfield").val(), prowid: $("#prowid").val(), pdiro: $("#pdirection"

[jQuery] Where can I get download files?

2009-02-11 Thread webspee...@gmail.com
I'm looking for effects.core.js but I can't find the file anywhere on this site, The demos all use "latest-file.js". I've checked the downloads, searched etc. Can anyone help?

[jQuery] Gathering page elements when using .post()....

2009-02-11 Thread webspee...@gmail.com
Hey all. I need to gather the name/value of 25 elements. Is there a quick way of doing this with .post() rather than manually setting each one individually? I can do it with a URL, but I want to use POST, not GET. Any suggestions?

[jQuery] Having trouble using URL Parms with .load()....

2009-02-11 Thread webspee...@gmail.com
Hey all. I have a form with about 20 fields elements and I also have 4 hidden fields that I'm trying to send to the back end program. If I run the code as is but don't send any parameters in the URL, it returns the output from my back end program fine. If I send the URL parms, the back end code