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
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
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,
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
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
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
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
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
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
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
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
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
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();
}
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?
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
15 matches
Mail list logo