Re: [jQuery] Re: Autocomplete incompatible with certain struts-tiles-javascript apps

2010-01-15 Thread Jon Banner
have a go with http://docs.jquery.com/Core/jQuery.noConflict 2010/1/15 j...@verax > I found the problem. > > Its the $ sign ! The $ sign has a very special meaning in the jQuery > framework. So if it is used in any other Javascript that doesnt use > jQuery, it will be incompatible. So this mean

[jQuery] jQuery 1.4 & LiveQuery

2010-01-14 Thread Jon Bennett
hi, I've been using LiveQuery a fair bit in my projects, I've just tried updating to 1.4, and it appears to have broken it. This http://pastie.org/778941 is the kind of thing I'm doing. Is there a way around this with 1.4? Thanks in advance, Jon -- jon bennett - www.jben.net - blog.jben.net

Re: [jQuery] Is treeview plugin using some other plugin for cookie persistence

2010-01-14 Thread Jon Banner
the cookie plugin in the download not working for you? 2010/1/12 epitka > If so, which plugin is it using? I cannot find anything in docs. > >

Re: [jQuery] How to apply limits to an animation

2010-01-11 Thread Jon Banner
have a look at the jCarousel plugin - i think that should do what you need. http://sorgalla.com/jcarousel/ Jon 2010/1/9 JQNovice > I am very new to JQuery but so far very happy with ease of use. > > I have created a series of thumbnails that slide as the left, right > buttons

Re: [jQuery] Can we use jquery for paging and sorting in asp.net 2.0 ?????

2010-01-08 Thread Jon Banner
take a look at jqGrid http://www.trirand.com/blog/ I rarely use asp these days but i think there is a component available. good luck Jon 2010/1/8 Jackson...!!! > Hello All, > > Using jQuery can we include asp.net 2.0 gridview, paging sorting and > in-place editing. > &g

Re: [jQuery] Re: getjson request an unavailable page

2009-11-20 Thread Jon Crump
On Wed, 18 Nov 2009, Humpty Dumpty wrote: Thanks, I though that there was a "JSON" solution; ok, I will try by the use of ajax but nobody that used getjson had this problem? As a matter of fact, I just did. As I understand it $.getJSON() seems to be just a wrapper around an $.ajax() request

[jQuery] Re: No reaction with $('a').click(), OK with dispatchEvent(...)

2009-11-20 Thread Jon
ari and Opera, but in Firefox (3.0.3 and 3.5.5) my clickAt(...) does no more than $ (...).click(). In IE7 my clickAt(...) just gives me an [object Error]. What a mess! /Jon On Nov 20, 11:18 am, Olaf Bosch wrote: > Jon schrieb: > > > and one (#a3) that links to this Google Groups page.

[jQuery] Re: No reaction with $('a').click(), OK with dispatchEvent(...)

2009-11-20 Thread Jon
d my test page <http://folk.uio.no/jkleiser/test/jq-test.html> with two new variants: one (#a2) "new-school" that uses 'onclick', and one (#a3) that links to this Google Groups page. With the latter I observe the same difference as with #a1: my clickAt($('#a3')[0]) wo

[jQuery] No reaction with $('a').click(), OK with dispatchEvent(...)

2009-11-19 Thread Jon
evt.initEvent("click", "true", "true"); return targetElement.dispatchEvent(evt); } ... and call it this way: clickAt($('#a1')[0]); ... then my doSomething () do get called. If you like, you can try it out here: <http://folk.uio.no/jkleiser/ test/jq-test.html> /Jon

[jQuery] Queries on document in "child" window

2009-11-15 Thread Jon
or my "parent" window to make the "child" window load it's own jQuery, if it didn't already have it, and use that, but that is not as easy as I could prefer. /Jon

[jQuery] Re: Social media plugin

2009-10-22 Thread Jon Banner
yes. http://github.com/kswedberg/jquery-socialize 2009/10/22 Ricardo > > I've visited this site(http://www.intomobile.com/2009/10/09/hands-on- > the-nokia-n900-at-ctia-fall-2009.html) > and there is an int

[jQuery] Re: In a table, I add a new row( string append to the table), It can not action some even.

2009-10-21 Thread Jon Banner
lse { row.insertAfter(row.next()); } }); Jon 2009/10/21 Mead Lai : > > I am very newer to JQuery, beg U pardon. > While, in every table row I have two link button : > >Up >Down > > And I click "up" the table row w

[jQuery] Chubby jones interview : the wonder girls

2009-10-14 Thread jon become
http://www.ziddu.com/download/6909513/interviewwondergirl.wmv.html

[jQuery] WG Performance in NY

2009-10-14 Thread jon become
** http://www.ziddu.com/download/6909512/wonderny.wmv.html

[jQuery] Wonder girls “nobody” English version

2009-10-14 Thread jon become
** http://www.ziddu.com/download/6909515/nobodyen.wmv.html

[jQuery] Re: How to access iframe window?

2009-10-13 Thread Jon Banner
if you are after elements in the top level frame you can access them like: $('#selector', parent.document.body) 2009/10/13 Christophe : > > Jon, find will allow me to access DOM elements like head, body, etc. > What I need to access is the iframe window. > > Chris

[jQuery] Re: How to access iframe window?

2009-10-13 Thread Jon Banner
You can chain... $("iframe")[i].contents().find('#selector') Jon 2009/10/13 Christophe : > > How can I access an iframe window using jQuery? The only iframe > related stuff I have found is contents(), which allows me to access > the DOM in the iframe. >

[jQuery] Re: Jcarousel Add Link

2009-10-12 Thread Jon Banner
add links to your item list something like: {url: "http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg";, title: "Flower1", link:"http://wherever.com/"}, and then update the helper function to something like: function mycarousel_getItemHTML(item) {

[jQuery] Re: jQuery Right click menu

2009-10-07 Thread Jon Banner
you must have asked your question outside of normal support hours. have you looked into this plugin? http://abeautifulsite.net/notebook_files/80/demo/jqueryContextMenu.html 2009/10/7 donovan78 > > Hi , please whymy question is not answer ? > something is not clear ?

[jQuery] Re: Notre Dame Inspired Jquery -- Exists?

2009-10-06 Thread Jon Banner
one of the carousel plugins could do it for you. http://sorgalla.com/jcarousel/ http://www.gmarwaha.com/jquery/jcarousellite/ depending on your project specific needs. best. Jon 2009/10/6 Kevin Jones > > bump > > On Oct 1, 10:43 am, Kevin Jones wrote: > > http://www.nd.

[jQuery] Re: Problem with fade-effects and IE8

2009-10-01 Thread Jon Banner
What version of jQuery are you using? I have not had problems with IE8 using version 1.3.2, and i've just checked some sites that i've previously worked on using 1.2.6, and they don't seem to have any problems with fade in or fade out. Maybe you have a beta version of IE8?

[jQuery] Re: Tablesorter problems

2009-10-01 Thread Jon Banner
Hi Mike, it looks as if you have copied and pasted some illegal characters in to your demo page. Try removing these and see if that helps. Best, Jon 2009/10/1 Mike > > Is there no one that can help? > > On Sep 30, 4:26 pm, Mike wrote: > > Hi I have recently come across the t

[jQuery] Re: compare variables

2009-10-01 Thread Jon Banner
make friends with regular expressions. http://en.wikipedia.org/wiki/Regular_expression 2009/9/30 Poloman > > I have > > varA = com and varB=com55 or ton2 or son1.9 or whatever values... > > I want to do a comparison if the prefix of varB = com, which is varA, > then do something. How can i writ

[jQuery] Re: Callback Function > had a look but don't get it

2009-10-01 Thread Jon Banner
$('.box').fadeOut("slow", function(){ callback(); }); }); }); regards, Jon 2009/10/1 jessie > > Ok i'm nearly there LOL > > i have the link and a box which i want to foundOut as my function. &

[jQuery] Re: jCarouselLite - set to scroll if...

2009-09-30 Thread Jon Banner
, Jon 2009/9/30 john.mbiddu...@googlemail.com > > can anyone help here? > > On 29 Sep, 16:59, "john.mbiddu...@googlemail.com" > wrote: > > hi, I am using the jCarouselLite which I got from here in my webpage > > and would like to be able to start the scroll i

[jQuery] Re: reservation & booking system

2009-09-30 Thread Jon Banner
have you checked out the UI? http://jqueryui.com/ rgds. Jon 2009/9/30 Eesti Mate > > Hello List, > > I'm looking for some modules to realize a reservation and booking > system (jQuery&Django), preferably with a nice calendar interface. I > did some research >

[jQuery] Re: How do I stop my div from sliding?

2009-09-29 Thread Jon Banner
as soon as i scroll your demo, the div disappears off the top of the page in firefox and IE7 >From the behaviour you describe i think this might be useful to you http://www.cssplay.co.uk/layouts/fixed.html best. Jon 2009/9/29 jpearson311 > > Hi all. JQuery noob here. I'm b

[jQuery] Mailing list for general JavaScript discussion?

2009-09-27 Thread Hunt Jon
cript, Ajax, OOP, server-side JavaScript, etc...? Jon

[jQuery] Re: How can i add Buttons?

2009-09-24 Thread Jon Banner
jCarousel ?? did you try this? http://sorgalla.com/projects/jcarousel/examples/static_controls.html 2009/9/21 Pesimist > > hello everyone. > i have a problem. i wanna add left and right buttons but i couldn't i > have tried long time so really i need. > > i am looking for like this for example:

[jQuery] Re: Changing a class name without clicking

2009-09-24 Thread Jon Banner
you'll need an event to attach your function call to, whether that's document ready or click or... you might also find toggleClass <http://docs.jquery.com/Attributes>to be useful here Jon 2009/9/24 Lleoun > > Hi all, > > I have the following: > > content &g

[jQuery] Re: More Jquery calls on a page

2009-09-23 Thread Jon Banner
You should be able to do this without problem. http://www.learningjquery.com/2006/09/multiple-document-ready 2009/9/23 Topflysecurity > > hi. i always seem to have problems with this so i thought i would join > here and ask. i cant use two different jQuery calls on the same page > in two dif

[jQuery] Re: chaining animations and pausing for each step

2009-09-11 Thread Jon Banner
Have you had a go with queue? http://docs.jquery.com/Effects/queue Rgds. Jon 2009/9/10 D A > > In pseudo code, here's what I'm trying to do with some text: > > shrinkText.changeText.EnlargeText. > > The jQuery I'm using for this: > >

[jQuery] Re: How to access variables in page loaded with $.load?

2009-09-09 Thread Jon Banner
I'm not really sure what you're trying to do here... if you want a JS variable to persist between pages you'll have to pass it in a cookie, or as part of a query string and then retrieve it on the load of the second page. It's probably easier to do this server-side. Jon

[jQuery] Re: Cycle: replace slide in running slideshow?

2009-08-30 Thread Jon Crump
but in such a small application it seemed harmless. Your solution seems to avoids this. Thanks again, and thanks too for your generosity in developing this very generally useful plugin. Jon On Sun, 30 Aug 2009, Mike Alsup wrote: Is there a way to replace the first slide in a running sl

[jQuery] Cycle: replace slide in running slideshow?

2009-08-30 Thread Jon Crump
Is there a way to replace the first slide in a running slideshow such that it's shown only once?? I've been trying variations on something like this with no success. The element is replaced, but cycle doesn't show it. function doBefore(){ var i = $(".slide").index(this); if (i == 1){ $("#fi

[jQuery] Re: jCarousellite: is it possible to remember a slide's position?

2009-08-21 Thread Jon Banner
you could try using the afterEnd callback function to capture the position of the carousel and store this in a cookie, and then pass this variable back in as the start position for the carousel. 2009/8/21 noahT > > Today a client asked me if it's possible to remember a slide's > position after

[jQuery] Re: Checkbox perpetually marked as checked

2009-08-20 Thread Jon Banner
double == in your if statements might do the job. 2009/8/19 Nick Moy > > When the if else statements are removed, they are not perpetually > checked. > > On Aug 19, 4:34 pm, labbit wrote: > > Hello, > > > > I'm trying to write an if else statement in javascript so that when a > > check box is

[jQuery] Re: How to hide pop is blur

2009-08-13 Thread Jon Banner
$('#show').click(function(){ $('#popup').fadeIn("slow", function(){ $(other things).click(function(){ $('#popup, #show').hide(); }); }); }); 2009/8/13 David .Wu > > There is a button control a div show or not, I want when you click > other things then the div will disap

[jQuery] Re: jCarousel External Control as Pagination

2009-08-05 Thread Jon Banner
xt').click(function(){ carousel.options.scroll = 5; carousel.next(); return false; });* post your code if you need more help. Jon 2009/8/4 Gingah > > Hi there (tried posting this earlier without result), > > I have a couple

[jQuery] My messages don't show?

2009-07-26 Thread Jon Jackson
What could I be doing wrong? I've joined the group, posted a message (tried it twice)... but it doesn't show? Jon Jackson (JimmyHill, jonj...@googlemail.com)

[jQuery] Re: jcarousel - malware-adware?

2009-07-20 Thread Jon Banner
set your dimensions as in the stylesheet included in the documentation. http://sorgalla.com/projects/jcarousel/lib/jquery.jcarousel.css 2009/7/19 icpep > > MorningZ wrote: > >> It's called a "false positive"... where Spybot *thinks* it's something >> malicious, but it isn't... >> >> if it's r

[jQuery] Re: jquery widget like bbc.co.uk

2009-07-10 Thread Jon Banner
yes. start with the demos here http://jqueryui.com/ 2009/7/9 k1d > > dear friends, > > I'm trying to make menus like bbc.co.uk where users can add their > customize menus and theme. I'm looking for script but I can't find it. > Do you have any suggestions how to make that?? do I have to use wid

[jQuery] Re: TreeView Problems

2009-07-07 Thread Jon Banner
i had a similar problem this morning. I updated the call to the write cookie to include a path (i was getting a cookie written for each page in the app) line 172 in the uncompressed plugin. $.cookie(settings.cookieId, data.join(""), { path: '/' } ); Jon 2009/7/6 Keith

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
in the html markup. This could cause jQuery to > > not find the element with that id & then not run the method. (could also > > just be an error in pasting it into the email??) > > Let me know!! > > -Original Message- > From: jquery-en@googlegroups.com [ma

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
! > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Jon > Sent: Tuesday, 7 July 2009 2:58 PM > To: jQuery (English) > > Cc: Alletha McIntyre > Subject: [jQuery] Re: trigger validation by input:button > &

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
always comes out true, even when I tried explicitly setting "var isValid = false;" in the method. I've uploaded a test page: http://www.angelo.edu/webservices/validateTest.html. Any help would be greatly appreciated. On Jul 6, 3:14 pm, Jon wrote: > I have tried unsuccessfully to im

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
I have tried unsuccessfully to implement this solution, but I keep getting the error: validator is not defined if (validator.element("#btnNext1")) { Here is my code: $(document).ready(function(){ $.validator.addMethod("step", function(value, element, param) { var i

[jQuery] Cycle removes background image from thumbnails (pager)

2009-06-17 Thread jon randahl
give out a public link due to NDA but I can give you these two image locations to see the differences: http://area51.slnmedia.com/cycle/cycle-issue-ff.jpg http://area51.slnmedia.com/cycle/cycle-issue-ie.jpg Finally, thank you for reading up to this point, hopefully together we can sort this out!

[jQuery] Re: cycle plugin pagerAnchorBuilder

2009-06-16 Thread Jon Crump
tool! Jon This is what I'd do: Foo text Bar text Baz text $(function() { $('#cycleport').cycle({ prev: '#prev', next: '#next', timeout: 0, before: swapText }); $('#clientList li a').click(functi

[jQuery] Re: cycle plugin pagerAnchorBuilder

2009-06-16 Thread Jon Crump
next: '#next', timeout: 0, before: swapText, pager: '#clientList', pagerAnchorBuilder: function(idx, slide) { return '#clientList li:eq(' + (idx) + ') a'; } }); If anybody has a cleaner solution, I'd sure love to know about it. Jon

[jQuery] Re: firefox hover bug with 'title' attribute?

2009-04-30 Thread Jon Crump
without the title attribute, but I'm curious, and puzzled. Jon On Fri, May 1, 2009 at 12:21 AM, Jon Crump wrote: jQuery 1.2.6 and Firefox 3.0.7 on MacBook OS X 10.5.5 If I might renew an unanswered thread: I've encountered this twice now in different contexts.

[jQuery] firefox hover bug with 'title' attribute?

2009-04-30 Thread Jon Crump
t one and let the cursor pause a moment, FF's tooltip with the title text appears. Then when you move the mouse, the hover function fires again. The link's hover property seems to be interfering with jQuery's .hover() function. Any Ideas? Jon

[jQuery] Ajax dot net - Sending objects to the server problem

2009-04-27 Thread Jon
ctmessage": {"__type":"ContactMessage","name":"Jon","email":"j...@jon.co.uk","message":"gfd" }} So it looks like something is being sent correctly but not handled on the other end. In the examples that come with this p

[jQuery] Re: dont waste ur time with this it dont work

2009-04-06 Thread Jon Bennett
> Wow, thanks for the tip! I'm sure all of the other tens of thousands > of people using jQuery will be relieved to know that there's *just no > point* in going on with it any longer. You've potentially saved each > of us from years of heartache and despair. sounded to me like it was a response t

[jQuery] Find form input from click on child img

2009-04-06 Thread Jon Bennett
Object] }); No matter what I try though comes up as undefined after this, eg: input.attr('id'); // undefined input.val(); // undefined also tried $(li).find('input.is-hero) but that got me nowhere. grateful for any tips. Cheers, Jon -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett

[jQuery] jScrollPane issues

2009-04-06 Thread jon randahl
th of the container becomes as wide as the content without any line breaks?? I'll post code below, and can send private url for those who wish to see, unfortunately usual client rules apply on this! Thanks in advance for any help! Cheers, Jon All pretty damn simple but not working in Non-I

[jQuery] Superfish: automatically expand 3rd-level menu?

2009-03-24 Thread Jon-Visionmark
Hello, I have a 3-level menu using Superfish. I would like to hover over the top-level menu item and have BOTH the 2nd and 3rd-level menus open automatically. Any ideas? Thanks in advance! Jon

[jQuery] Superfish: automatically expand 3rd-level menu?

2009-03-24 Thread Jon-Visionmark
I have a 3-level menu using JQuery-Superfish. I would like to hover over the top-level menu item and have BOTH the 2nd and 3rd-level menus open automatically. Any ideas?

[jQuery] Re: Photo Gallery, Thumbnail navigation

2009-03-17 Thread Jon Crump
ent).ready(function() { jQuery('#mycarousel').jcarousel(); }); And the jcarousel library does the rest. You can position the with the usual css rules and you can tweak the tango/skin.css to get the look you want or build your own skin based on it. good luck, Jon

[jQuery] Re: Photo Gallery, Thumbnail navigation

2009-03-15 Thread Jon Crump
are other libraries that implement the same idea as well). I'm pretty new to jQuery too, but I was delighted to find that using the jquery extension, jCarousel, turned out to be very straightforward. Check it out at: <http://sorgalla.com/jcarousel/> Jon On Sun, 15 Mar 2009, kmoll092 wrot

[jQuery] Re: test for .is(":visible") fails in Safari

2009-03-15 Thread Jon Crump
Ricardo, Thanks so much for responding. That's very helpful. My use of events has been very rudimentary so far; your .bind() example has helped me understand them more fully. And now that I know what I'm looking for, various approaches to the problem have been illuminating as well. for exam

[jQuery] Re: test for .is(":visible") fails in Safari

2009-03-14 Thread Jon Crump
pix[imgName].imgSrc whatever it might be, then .load() sees that something has loaded and executes the callback. Is this a known discrepancy between how FF, IE, and Safari interpret .load(), or something completely screwy and idiosyncratic to my klugy code? (jQuery 1.2.6, by the way, in safari

[jQuery] test for .is(":visible") fails in Safari

2009-03-13 Thread Jon Crump
sible and the user clicks on the same thumbnail that was last clicked on, the loading gif displays but the #dropdown does not. I'm sure this is just my own javascript inexperience, but can anyone suggest where I'm going wrong? Thanks, Jon

[jQuery] Re: Shadowbox and JQuery

2009-03-10 Thread Jon
folder. Phew, cheers bud! On Mar 10, 8:50 am, BB wrote: > Hi Jon, > > you have to load the skin of the shadowbox wich seems not to be > included automatically if you build your shadowbox... So go > tohttp://www.mjijackson.com/shadowbox/doc/download.html"Download Code" &

[jQuery] Re: Shadowbox and JQuery

2009-03-10 Thread Jon
folder. Phew, cheers bud! On Mar 10, 8:50 am, BB wrote: > Hi Jon, > > you have to load the skin of the shadowbox wich seems not to be > included automatically if you build your shadowbox... So go > tohttp://www.mjijackson.com/shadowbox/doc/download.html"Download Code" &

[jQuery] Shadowbox and JQuery

2009-03-09 Thread Jon
Can anyone tell me why this isn't working: http://acanthus.sunshine-design.co.uk/projects.htm It's telling me that there's no skin loaded but the shadowboc css is included here: http://acanthus.sunshine-design.co.uk/Css/shadowbox.css Do i need to tell it where the skin is somehow? Or is this a b

[jQuery] JQuery Sliding Panels

2009-03-09 Thread Jon
I'm looking for something that replicates the functionality of the below: http://labs.adobe.com/technologies/spry/samples/slidingpanels/SlidingPanelsSample.html I'm sure i've seen something somewhere that did this in JQuery but i can't find anything similar! I've search the plugin repository an

[jQuery] jcarousellite css width issue?

2009-03-06 Thread jon randahl
Hello all! I was wondering if anyone could shed some light on a problem I'm facing? I'm using Ganeshji Marwaha's jcarousellite to create a slide show of three (possibly more later) definition lists for client contact details. Each DL contains three contacts. Each DL is held within an LI which is

[jQuery] Re: Ajax Dot Net Plugin

2009-03-06 Thread Jon
out my last post > > > > > alert(x.responseText) will show the error text (as will Firebug as > > > > mentioned about) > > > > > anyways, the error your getting is that it seems that your ASP.NET > > > > code can't parse the results to J

[jQuery] jcarousellite slide widths issue

2009-03-05 Thread jon randahl
Hello all! I was wondering if anyone could shed some light on a problem I'm facing? I'm using Ganeshji Marwaha's jcarousellite to create a slide show of three (possibly more later) definition lists for client contact details. Each DL contains three contacts. Each DL is held within an LI which is

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
1:02 am, Joseph Le Brech wrote: > > > get firebug and put a breakpoint on for the line for error. > > > > > Date: Wed, 4 Mar 2009 07:58:45 -0800 > > > > Subject: [jQuery] Re: Ajax Dot Net Plugin > > > > From: cakeordeat...@gmail.com > > > > To: jqu

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
1:02 am, Joseph Le Brech wrote: > > > get firebug and put a breakpoint on for the line for error. > > > > > Date: Wed, 4 Mar 2009 07:58:45 -0800 > > > > Subject: [jQuery] Re: Ajax Dot Net Plugin > > > > From: cakeordeat...@gmail.com > > > > To: jqu

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
P.S. alert(y) gives Not Found alert(z) gives SyntaxError: JSON.parse Where do i find out what x y and z are? Thanks! On Mar 4, 3:52 pm, Jon wrote: > That's great! Thanks! > > Here's the error: > [object XMLHttpRequest] > > What does that mean. I'm confused..

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
gt; > should show you what the error actually is instead of guessing > > On Mar 4, 10:10 am, Jon wrote: > > > I'm trying to get the ajax dot net plugin working and failing > > miserably. > > > I've added the service - both manually and by dragging the exampl

[jQuery] Ajax Dot Net Plugin

2009-03-04 Thread Jon
I'm trying to get the ajax dot net plugin working and failing miserably. I've added the service - both manually and by dragging the example files into my solution. I've copied the hello world function from the example solution and added it to the service and the jquery for it. I've copied the sys

[jQuery] Re: Stopping slideUp/slideDown mid animation

2009-02-25 Thread Jon
> hovered section, it attempts to figure out what the user wants to do. > > On Feb 25, 3:57 am, Jon wrote: > > > I'm using slideUp and slideDown to animate a drop down menu. > > > If i mouse on/off the menu in very quick succession the sliding up and > > down anima

[jQuery] Stopping slideUp/slideDown mid animation

2009-02-25 Thread Jon
I'm using slideUp and slideDown to animate a drop down menu. If i mouse on/off the menu in very quick succession the sliding up and down animations stack up so that when you take your mouse away from it it is still animating up and down. Is there any way to stop the animation in the same way that

[jQuery] Re: $('#foo p') or $('p', $('#foo'))

2009-02-24 Thread Jon Sagotsky
Liam, $() can take one or two arguments. The first argument is what your searching for. The second argument is the context in which you are searching. If you only use one argument, the second defaults to the whole dom. $("#foo p") searches for all p in #foo. It does this by getting every p e

[jQuery] Re: Validation - Adding Valid class

2009-02-13 Thread Jon
x27;s where i'm confused - where exactly do you tell it to remove the class? On Feb 13, 11:13 pm, RobG wrote: > On Feb 14, 8:42 am, Jon wrote: > > > With the validation i have managed to make it add a class called > > 'Valid' to the label that the validation adds.

[jQuery] Validation - Adding Valid class

2009-02-13 Thread Jon
With the validation i have managed to make it add a class called 'Valid' to the label that the validation adds. However i want to make it add a class (same name) to the textbox too. I've managed this by doing: success: function(element) { $(element).addClass("Valid").parent("span").ch

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-13 Thread Jon
27;t catch this because it > [your link] appears to do a straight up call to form.submit().  I > popped a submit button in there and all your rules started working. > Hope this helps, > > Aaron > > On Tue, Feb 10, 2009 at 11:14 AM, Jon wrote: > > > I've set up a t

[jQuery] Re: Trouble with Validation Firing in ASP.NET

2009-02-13 Thread Jon
You might need to change the id you're searching for to: $(document).ready(function() { $("#aspnetForm").validate({ debug: true }); }); The ID in your code behind always gets changed to 'aspnetForm'. You can check in firebug to make sure you're using the correct ID

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-10 Thread Jon
on in the > snippet you provided.  As Rob mentioned, there's no mention of the > form (even though it is there on the page).  It might give some > additional clues as to where things have gone wrong. > > On Mon, Feb 9, 2009 at 3:46 AM, Jon wrote: > > > @ RobG: #aspnetForm is

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-09 Thread Jon
put one up tonight if it will help. I'm eager to use this validation plugin! On Feb 9, 2:14 am, RobG wrote: > On Feb 9, 8:30 am, Jon wrote: > > > > > I'm having issues getting the validation plugin (http://bassistance.de/ > > jquery-plugins/jquery-plugin

[jQuery] Using jQuery Validation with Dot Net

2009-02-08 Thread Jon
I'm having issues getting the validation plugin (http://bassistance.de/ jquery-plugins/jquery-plugin-validation/) to work with dot net. Whatever i try i can't stop the form from submitting. I've tried several things i've found on this group and the web. Can anyone help me getting this to work? He

[jQuery] Populate Form within Thickbox

2009-01-22 Thread Jon Hadden
On the parent page I have a list of items that were submitted to the DB from a text field form within an inline Thickbox. On each one of these items, I have an "Edit" link, which will also open the same inline thickbox form, however, I am unclear how to populate the form with that items saved info

[jQuery] Re: RAW PRINTING - How can I print DIRECTLY to DOT Matrix Printer from jquery?

2008-10-22 Thread Jon Ursenbach
You don't need jQuery to do this. On Oct 22, 6:00 am, Vedia <[EMAIL PROTECTED]> wrote: > Hi! > > I want to sent text with javascript directly to Dot Matrix printer > like Panasonic KXP-1050 without using true type fonts. As I know, this > means: RAW Printing > > I want to use this for printing

[jQuery] script tags and domManip

2008-10-16 Thread Jon Palmer
M element being wrapped? (or better yet detects if the elements are already embedded in the DOM and executes then as appropriate) Thank Jon

[jQuery] Re: Stumped by AJAX and events

2008-09-05 Thread Jon Drukman
On Sep 4, 12:19 pm, JDawson <[EMAIL PROTECTED]> wrote: >   alt="Search" /> > >   $("#btn_recipient_search").click( >     function() { >       getRecipients("John", "Doe"); >     } >   ); i see you solved it but if you want it to work with an you probably need to use preventDefault() try: $("#b

[jQuery] unfefined properties (filtering jquery by class)

2008-09-02 Thread jon
My goal is to pull out all anchor tags and replace the href value with a rewritten value (based on original href). However, i am getting errors indicating that the object or property is undefined when there are no anchor tags with the given class name (which is why i used filter...) I have the f

[jQuery] Re: replace href url value for anchor tag

2008-08-28 Thread jon
cool thanks. I'm having trouble applying it... I have an anchor tag like Clickity and i need to build an url like somewhere/?library=File +Library&component=id my approach below is only happy when pattern exists (pages with normal links give js error). plus this can't be best way. $("[EMAIL P

[jQuery] replace href url value for anchor tag

2008-08-28 Thread jon
this is probably pretty simple but trying to find documentation on how to change the href value on an anchor tag. i've seen docs that let you filter an anchor tag based on class which is prob what i'll do but i need to change the url that it is pointing to href="some/pattern/here" to rewrite to e

[jQuery] Re: getJSON - how do you make it work?

2008-08-18 Thread Jon Sidnell
ked. Then moving into the proper project, turns out the JSON being generated by ASP.NET was invalid (the JSON validator at JSONlint.com was my friend for that one). It's all working tickety-boo now :) Thanks all Jon On Aug 18, 2:08 pm, Ryura <[EMAIL PROTECTED]> wrote: > Is it act

[jQuery] getJSON - how do you make it work?

2008-08-18 Thread Jon Sidnell
{ "offer": { "id": 2, "title": "animals could talk", "image": "_blank.gif" } } Is there anything really obvious I'm doing wrong? Thanks Jon

[jQuery] Re: Problem with Cycle plug-in using random and previous

2008-07-07 Thread Jon Whitener
n this order: > > A, B, C > > But when randomized appear to the user in this order: > > A, C, B > > Then, if the user clicks the "Previous" link with B showing, the cycle > will go to A, not C as the user would expect. > > Is there any way to achieve the expected behavior? > > Many thanks, > Jon >

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread Jon Whitener
expect. Is there any way to achieve the expected behavior? Many thanks, Jon

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread Jon Whitener
user would expect. Is there any way to achieve the expected behavior? Many thanks, Jon

[jQuery] Re: click function doesn't work on dynamic content?

2008-06-06 Thread Jon Reed
Might be worth looking into the livequery plugin too J On Jun 6, 1:43 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > Take a look at: > > http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st... > > If I've understood you're problem, it's a fairly common one that stems from >

[jQuery] Using jCarousel functions in another script (a gallery/slide script)

2008-05-24 Thread Jon
I've made a slideshow (remotely similar to other jQuery slides like Frontpage Slideshow or jqGalScroll v2.1) but instead of just plain numbered links to move between slides I've used jCarousel. Clicking on the list items in jCarousel correctly shows me the proper slide in my slideshow, but I can

[jQuery] Re: when to call noConflict?

2008-05-21 Thread Jon Reed
Call it before, there's some documentation here: http://docs.jquery.com/Using_jQuery_with_Other_Libraries J On May 20, 11:38 pm, darren <[EMAIL PROTECTED]> wrote: > hi everybody > > I have some code where i need to use jQuery.noConflict() > > Do i call it before or after > jQuery(document).ready

  1   2   >