[jQuery] QUnit reset

2009-12-22 Thread Justin Meyer
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!

[jQuery] Re: AJAX POST listener

2009-12-16 Thread Justin
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.

[jQuery] AJAX POST listener

2009-12-11 Thread Justin
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

[jQuery] Re: Jquery forms ajaxsubmit- 'success' function callback fails with IE

2009-11-17 Thread 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'

[jQuery] fading issue in IE7 (works fine in FF)

2009-11-05 Thread Justin
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

[jQuery] Re: Animate forces display:block?

2009-10-29 Thread Justin Meyer
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

[jQuery] JQuery smooth anchor scrolling - modify to fadein once in position?

2009-10-18 Thread Justin S. Meyers
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,

[jQuery] Re: Selector bind help

2009-09-09 Thread Justin
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('

[jQuery] Any documentation for element.nodeIndex?

2009-08-27 Thread Justin Dearing
it documented anywhere? Regards, Justin Dearing http://justaprogrammer.net

[jQuery] Re: Need some ideas for starting a recommendation widget

2009-08-24 Thread Justin
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

[jQuery] Re: Refresh DIV with full page refresh

2009-08-12 Thread Justin Volpato
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(){

[jQuery] Re: Slow response to AJAX calls in IE7

2009-08-02 Thread Justin
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

[jQuery] Slow response to AJAX calls in IE7

2009-07-31 Thread Justin
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

[jQuery] jQuery Workshop - We Want Your Input!

2009-05-18 Thread Justin Kozuch
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

[jQuery] Re: Tablesorter with pager extension check boxes not present on form submit

2009-04-24 Thread Justin
Bump message please.

[jQuery] Tablesorter with pager extension check boxes not present on form submit

2009-04-07 Thread Justin
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

[jQuery] Re: Permission denied to get property HTMLDivElement.parentNode

2009-02-10 Thread Justin
able (some folks in one of the other posts mentioned this) and it had no effect on this bug. Justin

[jQuery] Re: Checkbox and Radio buttons hooked on change problem in Internet Explorer

2009-02-05 Thread Justin Meyer
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.

[jQuery] Re: Triggering Validation using a button instead of submit

2008-11-07 Thread Justin Kozuch
: { ... } // 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

[jQuery] [validate] Triggering Validation using a button instead of submit

2008-11-07 Thread Justin Kozuch
{ validator.form(); }); to do the validation but that doesn't do anything at all. Has anyone been able to figure this out? Thanks, Justin

[jQuery] Using search engine keywords to change page content

2008-11-06 Thread Justin Volpato
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/

[jQuery] Am I rewriting something jQuery already does?

2008-10-23 Thread Justin
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

[jQuery] Re: Disabling Textarea, Select

2008-10-20 Thread Justin Kozuch
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

[jQuery] Disabling Textarea, Select

2008-10-20 Thread Justin Kozuch
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

[jQuery] Chicago JavaScript Meetup

2008-10-06 Thread Justin Meyer
/talk topics to http://tinyurl.com/jsca081017. Of course, jQuery will be featured. Thanks, Justin Meyer

[jQuery] Toggle Issue - Firefox/Safari Mac

2008-09-25 Thread Justin Kozuch
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

[jQuery] Re: Validation plug-in - how to set russian messages for all

2008-09-25 Thread Justin Kozuch
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

[jQuery] Re: jQuery Plugin tableSorter Filter

2008-08-22 Thread Justin Britten
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

[jQuery] Re: not working in Internet Explorer

2008-07-17 Thread Justin
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

[jQuery] [autocomplete] not working in Internet Explorer

2008-07-16 Thread Justin
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

[jQuery] Re: I can't seem to break out of this frame.

2008-02-20 Thread Justin
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

[jQuery] I can't seem to break out of this frame.

2008-02-18 Thread Justin
m stumped on what to do next. Any help provided would be greatly appreciated. Thanks, -Justin

[jQuery] $(el).html() Removes Line Breaks In IE6

2008-02-18 Thread 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

[jQuery] Load JavaScript in order with IE

2008-01-17 Thread Justin Meyer
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("

[jQuery] Re: iPhone + jQuery

2007-09-20 Thread Justin Sepulveda
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

[jQuery] Re: ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda
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

[jQuery] ui tabs inside ui tabs

2007-09-18 Thread Justin Sepulveda
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?

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Justin Sepulveda
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

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Justin Sepulveda
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

[jQuery] Re: 1.2 out?

2007-09-10 Thread Justin Sepulveda
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

[jQuery] Re: I can't specify the photos width and height

2007-08-29 Thread Justin Sepulveda
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: > > > >

[jQuery] Re: hide some divs, show one

2007-08-17 Thread Justin Sepulveda
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

[jQuery] Re: fadeTo fades up in Safari and FF, down in IE

2007-08-17 Thread Justin Sepulveda
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

[jQuery] Re: fadeTo fades up in Safari and FF, down in IE

2007-08-17 Thread Justin Sepulveda
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

[jQuery] Re: changing class

2007-08-16 Thread Justin Sepulveda
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(){ > $("#

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-08 Thread Justin Sepulveda
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:/

[jQuery] Re: Best (lightest) Accordian Menu PlugIn

2007-08-02 Thread Justin Sepulveda
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

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Justin Sepulveda
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

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Justin Sepulveda
@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 + ""

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Justin Sepulveda
@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

[jQuery] Re: Best (lightest) Accordian Menu PlugIn

2007-08-01 Thread Justin Sepulveda
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

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-01 Thread Justin Sepulveda
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

[jQuery] Fx Bug: SlideUp/SlideDown - Height Toggle - Accordion

2007-08-01 Thread Justin Sepulveda
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

[jQuery] Re: Using a variable in a selector

2007-05-01 Thread Justin Stockton
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: >

[jQuery] Re: Using a variable in a selector

2007-04-30 Thread Justin Stockton
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

[jQuery] Re: Why is IE messing with my mind?

2007-04-24 Thread Justin Carter
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