I'm converting qunit to work with selenium. Is there a way to
'restart' the tests. I need to do this to run the tests with another
browser. Thanks!
turn data is
> received, do whatever you need to do within the success
> callbackhttp://docs.jquery.com/Ajax/jQuery.ajax#options
> Justin wrote:Hi all, I'm trying to implement a way to execute a jquery
> function (i created) only when an AJAX POST request has status of complete.
ery mainly uses the GET method?
If any one can provide any insight as to how I can have an event
trigger on AJAX POST method that would be fantastic.
Regards,
Justin
I was having this same problem where my success function wouldn't be
called on ajaxSubmit. I ended up looking at the jquery forms plugin
code and line 65 forces your ajaxSubmit to use a GET if you haven't
specified wrote:
> Hello I am havign problem with using a callback function on the 'success'
Hi,
I'm having a problem with the fade in in IE7 using jQuery1.3.2 with
this simple event binding to 3 buttons. In IE when I first pressed any
of the button the fade in works, but after the initial fade in the
page loads, but does not fade in at all. I have no problem with this
in Firefox. Any hel
I am animating input elements and have the same problem.
On Oct 21, 8:56 am, Karl Swedberg wrote:
> Try setting the width of a non-floated element that has display:
> inline with CSS and see what you get. I haven't been able to change
> the width of a non-floated, inline element with CSS, so
This is the second time I've posted this. It didn't show up the first
time, so apologies for a possible duplicate in post.
At any rate, I am wanting to mod this jquery smooth scroll to anchor
so that it fades in once in position.
Farthest I've gotten has been that some how within the procedure,
After you have bound your keyup action you can add another triggering
event like so:
$('#Query').bind('change', function(){
$(this).trigger('keyup');
})
On Sep 9, 3:36 pm, "Dave Maharaj :: WidePixels.com"
wrote:
> I have a simple form field that runs a query.
>
> I have
>
> $('#Query').bind('
it
documented anywhere?
Regards,
Justin Dearing
http://justaprogrammer.net
It seems to me the first step would be getting your data into your
item list.Something like:
Pizza
Spaghetti
Pastry
Snails
Once you know what your data is then you can code the hide/show part.
In the about example you would have events on the user controls that
show/hide items using a selecto
Assuming you are looking to simply reset div1 to its original
contents, you would save the contents of it to a variable on page load
and then load it into the div again when you 'refresh' it.
$(function(){
var div1 = $("#div1").html();
$("#refreshButton").click(function(){
It could be the response callback. But I have spent a half a day
optimising the callback code for speed. I have seen some dramatic
improvement - response delays of 3-4 seconds dropping to 1-2, but it
still feels sluggish.
There are two main ajax calls. The first is only called once when the
page
I am developing quite a complex user interface in jQuery that relies
on an AJAX call to retrieve JSON.
We have noticed that the code runs slow in IE7. IE8 and IE6 are
acceptable. Firefox and Chrome really quick.
I have traced the problem back to the AJAX call, which IE7 seems slow
to process. Wh
when you have a moment (poll should take you only 15 seconds to
complete).
Thank you for your input!
Sincerely,
Justin Kozuch
Founder, Refresh Events
w: www.refresh-events.ca
e: jus...@refresh-events.ca
t: twitter.com/RefreshEvents
Bump message please.
n out of the table.
What methods are there to make sure all the "hidden" rows form
elements are submitted back to the server?
Thanks,
Justin
able (some folks in one of the
other posts mentioned this) and it had no effect on this bug.
Justin
listen for click
On Jan 21, 5:24 am, XeroXer wrote:
> Hi all.
>
> I am triggering an ajax load on my page if a radio button or checkbox
> is changed.
> For this i am binding 'change' to the checkbox or radio button.
> This works perfect in both Firefox and Safari but not in Internet
> Explorer.
: {
...
} // end messages
});
});
});
I'm not getting any JS errors, so I'm going to assume that everything
is in order. However, validation still isn't occuring... Oh, how I
love Fridays. ;)
- justin
On Nov 7, 10:47 am, mbraybrook <[EMAIL PROTECTED]> w
{
validator.form();
});
to do the validation but that doesn't do anything at all. Has anyone
been able to figure this out?
Thanks,
Justin
I have written a post on my blog with some examples on how you can get
the keywords a person used to find your site and then change content
on it.
http://www.justjquery.com/2008/11/04/how-to-make-the-most-of-search-engine-traffic/
I'm new to jquery and I'm writing some code but I'd like to make sure
I'm not rewriting something that already exists. Basically, I'd like
to be able to do:
$("#myAnchor").addBehavior($("#targetDiv", new MyNewBehavior);
I implement a few functions for MyNewBehavior such as "buildURL"
and "stuffT
Nevermind I figured it out.
- Justin
On Oct 20, 2:20 pm, Justin Kozuch <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've hit a bit of a snag in some code I've repurposed for a form I'm
> creating:
>
> $(document).ready(function() {
> var terms
d ? "removeClass" : "addClass"]("gray");
reqsInputs.attr("disabled", !this.checked);
});
});
What I would like to do is disable ALL input fields, including selects
and textarea elements, which is something that is not happening right
now.
Does anyone have any insight on how to accomplish this? I figured
that
var termsInputs = terms.find("input").attr("disabled", !inital);
would do it, but alas, it was not to be.
Best,
justin
/talk topics to http://tinyurl.com/jsca081017.
Of course, jQuery will be featured.
Thanks,
Justin Meyer
rom the browser, which is
something that I have NEVER seen before.
Am I the only who is having this problem, or is there something here
that I have overlooked?
Any advice would be greatly appreciated.
Cheers,
justin
Hey Mateusz,
I've worked with the validation plugin a bit (I'm implementing it for
a bank), so I may be able to assist you.
Do you have a URL I can look at?
- Justin
On Sep 25, 5:12 am, matma <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm using validation plug-in in our app
s-based-on-search-string/
Cheers,
Justin
On Aug 10, 3:46 pm, Bene2006 <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I use the great
> plugintablesorter(http://tablesorter.com/docs/index.htmlhttp://tablesorter.com/docs/index.html)
> to sort my tables.
> At the moment I'm look
Jul 16, 11:59 pm, Ariel <[EMAIL PROTECTED]> wrote:
> it's likely that you have an extra comma or something like that
> somewhere.
>
> On Jul 16, 11:09 pm, Justin <[EMAIL PROTECTED]> wrote:
>
> > Hello all,
> > I'm using the autocomplete plugin (ht
Hello all,
I'm using the autocomplete plugin (http://jquery.bassistance.de/
autocomplete/demo/) and everything runs fine in Firefox and Opera, but
in Internet Explorer (7) It fails and the only little error I get from
IE is " 0 is null or not an object ", and thats from this line in the
plugin " f
Well, that's totally confusing. I don't have access to the iFrame in
the center of the page. In fact, I don't have any access except to the
actual html file. I can only change the way it looks. But I fixed it
already with a simple javascript code that makes a page jump out of
frame if the frame u
m stumped on what to do next.
Any help provided would be greatly appreciated.
Thanks,
-Justin
I've been experimenting with client-size markdown transformation and
have hit a stumbling block. It seems that "$(this).html()" returns the
inner html of the element with the line breaks stripped out in IE6
(not sure about IE7 right now). Am I missing something? Obviously,
markdown assigns meaning
Does anyone know how to make IE load and run empty.js before it alerts
"second"?
Here's how I started doing it. But this doesn't work.
document.write("
Was just browsing the jQuery UI on the iPhone using Edge and it was
running pretty smooth. I would attribute any slow down to the fact
that I was on Edge. Still need to try it on Wi-Fi to know for sure.
Good article though on how to develop for the iPhone, i know Facebook
did a good job with thi
t; list:http://groups.google.com/group/jquery-ui
>
> --John
>
> On 9/18/07, Justin Sepulveda <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm sure there's something simple i'm missing here.
>
> >http://www.robustness.org/temp/tabs/tester.html
>
&g
I'm sure there's something simple i'm missing here.
http://www.robustness.org/temp/tabs/tester.html
When you click on the second tabset (four,five & six) that is within
the first tab, it hides the entire second tabset. Why?
Thanks Stephan for the uber descriptive explanation. Very helpful.
On Sep 11, 4:24 pm, Stephan Beal <[EMAIL PROTECTED]> wrote:
> On Sep 12, 12:59 am, "Web Specialist" <[EMAIL PROTECTED]>
> wrote:
>
> > I'm using Jorn's Form Validation in a monster form. Using jQuery
> > 1.2minified version return
Curious, would the speed increases come from using the minified
version verses the packer version?
On Sep 11, 3:07 pm, "Web Specialist" <[EMAIL PROTECTED]>
wrote:
> Hey Rey: what's "Purple Include"?
>
> 2007/9/11, Alexandre Plennevaux <[EMAIL PROTECTED]>:
>
>
>
> > Rey, let's see if u r really th
Yah, it looks like they're in the middle of updating everything.
On Sep 10, 3:46 pm, MrNase <[EMAIL PROTECTED]> wrote:
> I just grabbedhttp://jquery.com/src/jquery-latest.jsand the header
> of the file says:
>
> /*
> * jQuery 1.2 - New Wave Javascript
> *
> * Copyright (c) 2007 John Resig (jqu
http://sorgalla.com/projects/jcarousel/#Configuration
itemwidth and itemheight aren't properties of this plugin?
On Aug 29, 6:27 am, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Omar,
> Is there a live version we can have a look at?
>
> On 8/29/07, Omar101 <[EMAIL PROTECTED]> wrote:
>
>
>
>
What you're looking for sounds a lot like tab functionality. I think
you could pull it off using Klaus's tab plugin.
http://www.stilbuero.de/2007/05/14/tabs-plugin-more-flexibility/
On Aug 17, 1:21 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> hi friends,
>
> I have a product list... whe
Haha. Whoops. So i guess don't set the opacity in the css.
$(object).css("opacity", 0.7).fadeIn(400);
If that doesn't work, then I should stop posting to these boards while
at work :-)
On Aug 17, 10:50 am, Aaron Scott <[EMAIL PROTECTED]> wrote:
> > For me, I like having the opacity setting in
Yah I had an issue with this as well. I use a work around.
For me, I like having the opacity setting in the CSS, so i set it
there and set "display:none". Then I use fadeIn instead of fadeTo.
Not a solution, but a possible alternative. I'm sure someone else
will have a real solution.
On Aug 17
and even smaller:
$(this).parent().addClass("select").siblings().removeClass("select");
On Aug 16, 2:21 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Are aware that there are tabs plugins?
>
> To answer your question:
> $(function(){
> $("#tabs li a").click(function(){
> $("#
No.
On Aug 7, 4:28 pm, "Mario Moura" <[EMAIL PROTECTED]> wrote:
> Hi folks
>
> What I am trying is show an image into my browser with this tag
>
> into my
> browser.
>
> Is it possible? or is a security lock from browsers?
>
> I am using $.post()
>
> So I could send the path that user choice C:/
r height,
> either. Seems like that would lead to the flickering weirdness that
> other ones have (but I haven't poked into what the reason with that
> isI know there's an active thread about it...and another accordion
> that John made a demo of).
>
> I didn't noti
I'm silly. Ignore my post. Just needed to put in an "if" statement
that checked if there was more than 1 panel visible. If so, don't do
anything on click.
On Aug 2, 9:54 am, "Dragan Krstic" <[EMAIL PROTECTED]> wrote:
> Last version of inverted accordion
> on:http://www.bydot.net/hoveracc/hove
@John
One more thing. I'm getting a serious amount of JavaScript errors,
the same error repeated over and over. It seems to happen when i
click on a tab while another tab is open.
jquery.js (line 321)
too much recursion
[Break on this error] fn.constructor != Array && /function/i.test( fn
+ ""
@John
Thanks for jumping on this as I'm sure you have many more things to
worry about in the jQuery world. It's very much appreciated.
@Karl
Kick-assity. I just had to note how awesome this word is. Nice
work :-)
On Aug 2, 4:01 am, "Dragan Krstic" <[EMAIL PROTECTED]> wrote:
> @John
> Why call
Haha ... I had this up to show a small bug in the jQuery Fx; I didn't
think people would use it. I'm glad you found it useful! I'm in the
middle of setting up a new website with actual documentation and
updated plugins. The new version will detect the height of each tab
as well as the height of
Finally. Someone else feels my pain. I had just posted a message to
this group today about this as well. I just wish there was an easier
way to remove that flicker/bounce that happens with the jQuery
standard slideUp/slideDown. Having to call in that many scripts to
get this effect seems prett
Compare:
http://openrico.org/demos?demo=accordion (based on Prototype)
To:
http://jquery.bassistance.de/accordion/?p=1.1.2.5 (based on jQuery)
You'll notice the Prototype version does not bounce at all. The
jQuery version does. Yes you can set a height so it doesn't effect
the rest of the page
I'm dumb. This does work if you use the right selector. Based on the
structure of my document, $('#foo dl') would never return anything
since my definition list is a sibling of the header, not a child of.
DOH!
On May 1, 5:45 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
>
window.location returns the current URL in the browser's locator.
window.location.hash refers to the specific part of the page that the
URL refers too (the part that follow the #). So if you're visiting
http://example.org/index.html#foo then window.location would return
http://example.org/index.ht
On 4/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
On PC IE (v. 7.0) only, I'm getting a JS error on line 9, saying
"Error: Expected identifier string, or number." Here's the code
left: 0,
},// line 9
Perhaps an un
56 matches
Mail list logo