[jQuery] get(), load(), ajax() nothing works right in ie7

2009-04-24 Thread Mathew
I have been trying everything i can try and nothing is working. i have a module position that should load a php file that populates user pictures and links to their profile. It works fine in everything but ie7 and in ie7 it just loads the last picture. ive tried load, get, and ajax. I have tried t

[jQuery] jquery works on evrything but mac->firefox ...?

2009-04-19 Thread Mathew
I am having problems with my jquery under firefox on mac os. i have read some thing about unused js with mac and ie but i dont see what is wrong. one of my problems is a search component i made that submits and loads with jquery ajax. it works fine with eveyrthing but on mac os the results fall to

[jQuery] Re: problems with filter() a variable ajax response

2009-04-04 Thread Mathew
i am also trying jQuery("#jsc_leftbody", lt).html(); i cant for the life of me see why this is not working correct if helps the page is here: http://undergroundinnertainment.com/2009/index.php?option=com_comprofiler&task=userProfile&user=64&Itemid=67 On Apr 4, 2:13 am,

[jQuery] problems with filter() a variable ajax response

2009-04-03 Thread Mathew
I ma having trouble with this for a few hours and thought id post to see if i can get help. I am trying to use ajax to load an element from another page. i can see the response and the id element i am looking for inside but i can get nothing but a null value trying to extract the html() im using v

[jQuery] trouble with tooltip, i know soem ways to fix but not how to implement

2009-03-29 Thread Mathew
hi i am having trouble finding an answer to this by searching. i have this tooltip script for blowing up thumbnails. the original would positioon the element based on offset mouse position but that would take my element off the screen if the thumbnail was on the right or left. now i have it fixed

[jQuery] Re: ajax timeout question

2009-03-24 Thread Mathew
nice, i should have tired that i guess. still learning i got it woring just as i wanted thank you On Mar 24, 10:32 pm, "comslash.com" wrote: > Mathew, > > I believe you can set the value to null or 0 to not have the request > time out ... but you may want to implement some

[jQuery] ajax timeout question

2009-03-24 Thread Mathew
i am using jquery ajax to load search results of a page. and am having a hard time finding an answer to this question regarding my timeout time i have jquery set to timeout 5000 before doing the success functions. i have noticed on my less than reliable connection that sometimes it takes longer th

[jQuery] Re: jquery, ajax success but wont load htl() ???

2009-03-24 Thread Mathew
to: > > <table><tbody id="searchresults"></tbody></table> > > > and use: > > jQuery("#searchresults").append(r); > > > See what happens. > > > On Mar 24, 3:33 pm, Mathew <msin...@gmail.com> wrote: > > > > yes

[jQuery] Re: jquery, ajax success but wont load htl() ???

2009-03-24 Thread Mathew
Query("#searchresults").append(r); > > See what happens. > > On Mar 24, 3:33 pm, Mathew wrote: > > > yes whetehr slideup/down is there is the same issue. the page is up at > > ->  http://undergroundinnertainment.com/2009/index.php?option=com_usersea... > &g

[jQuery] Re: jquery, ajax success but wont load htl() ???

2009-03-24 Thread Mathew
yes whetehr slideup/down is there is the same issue. the page is up at -> http://undergroundinnertainment.com/2009/index.php?option=com_usersearch&Itemid=75 thank you for your time also. the response i get for example of a search is: pracycepaulsboro, nj | Is located: 7.78 From: 19146 | Artis

[jQuery] Re: jquery, ajax success but wont load htl() ???

2009-03-24 Thread Mathew
You can simply do: > var name = jQuery("#search").val(); > > On Mar 24, 2:33 pm, Mathew wrote: > > > i had this working at one point but was still cleaning up the php. and > > now it wont load my entries at all using html() > > i see the response from succe

[jQuery] jquery, ajax success but wont load htl() ???

2009-03-24 Thread Mathew
i had this working at one point but was still cleaning up the php. and now it wont load my entries at all using html() i see the response from success in firebug console and if i use text() it loads the html code in the div i assign but when using html() to render results it does not load anything

[jQuery] getting ul html on each and appending to div problem

2009-02-16 Thread Mathew
im trying to look into a div and find each instance of a ul in that div and get all the li elements into a variable then remove the ul's and append the new ul with li from variable. here is what i have so far: Code: //var ulla = ' '; jQuery("ul").each(function() { var ulla = jQuery(this).html(); }

[jQuery] Checking for the next element then hiding it.

2008-06-06 Thread Mathew
Hi guys I want to do something like this. I want jQuery to hide the h3 objects when it detects that there are no p objects after it. My newb attempt: $('h3').next('p').hide(); But it does not seem to work. Title Paragraph Title Title Paragraph Any suggestions?

[jQuery] Safari 3 beta possible bug in html()

2007-09-30 Thread Mathew Byrne
We're coming across some strange behaviors in Safari whilst developing a site for a client. Currently this behavior is not reproducible in Firefox and I assume other browsers. I haven't had time to put together a test page, however a brief synopsis follows: 1. Some content is loaded through the