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 joti.bis...@gmail.com 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

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 exptrade2...@yahoo.com If so, which plugin is it using? I cannot find anything in docs.

[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] 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...@chamonixmountainguides.com 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

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...!!! jacksoncouti...@gmail.com Hello All, Using jQuery can we include asp.net 2.0 gridview, paging sorting and in-place editing

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

2009-11-20 Thread Jon
://folk.uio.no/jkleiser/test/jq-test.html with two new a 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]) works, but $('#a3').click() doesn't. Bug or feature? /Jon

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

2009-11-20 Thread Jon
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 olaf.bo...@t-online.de wrote: Jon schrieb: and one (#a3) that links to this Google Groups page. With the latter I observe the same

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] No reaction with $('a').click(), OK with dispatchEvent(...)

2009-11-19 Thread Jon
(HTMLEvents); 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
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 ricardo.soaresdel...@gmail.com I've visited this site(http://www.intomobile.com/2009/10/09/hands-on-

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

2009-10-21 Thread Jon Banner
()); } }); Jon 2009/10/21 Mead Lai laiqi...@gmail.com: I am very newer to JQuery, beg U pardon. While, in every table row I have two link button : td a href=# class=upUp/a a href=# class=downDown/a /td And I click up the table row tr will move up, the down is same

[jQuery] Wonder girls “nobody” English version

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

[jQuery] WG Performance in NY

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

[jQuery] Chubby jones interview : the wonder girls

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

[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 christophe.humb...@gmail.com: 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. For now, I am

[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 christophe.humb...@gmail.com: Jon, find will allow me to access DOM elements like head, body, etc. What I need to access is the iframe window

[jQuery] Re: Jcarousel Add Link

2009-10-12 Thread Jon Banner
=' + item.url + ' width=75 height=75 alt=' + item.url + ' //a'; }; Jon 2009/10/9 cMantilla cmantill...@gmail.com I would like to use the carousel at http://sorgalla.com/projects/jcarousel/examples/dynamic_javascript.html My company needs a product slider and it works well with a few changes

[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 djalmabri...@gmail.com Hi , please whymy question is not answer ? something is

[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 kevin...@gmail.com bump On Oct 1, 10:43 am, Kevin Jones kevin...@gmail.com wrote: http

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

2009-10-01 Thread Jon Banner
').fadeOut(slow, function(){ callback(); }); }); }); regards, Jon 2009/10/1 jessie mi...@optusnet.com.au Ok i'm nearly there LOL i have the link and a box which i want to foundOut as my function. All works dandy now :) But whatif i wanted

[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 bigtrouble1...@gmail.com 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

[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 michael.dimm...@virgin.net Is there no one that can help? On Sep 30, 4:26 pm, Mike michael.dimm...@virgin.net wrote: Hi I

[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? Jon 2009/9/30

[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 e...@t35t.in-berlin.de Hello List, I'm looking for some modules to realize a reservation and booking system (jQueryDjango), preferably with a nice calendar interface. I did some research today, but didn't

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

2009-09-30 Thread Jon Banner
, Jon 2009/9/30 john.mbiddu...@googlemail.com john.mbiddu...@googlemail.com can anyone help here? On 29 Sep, 16:59, john.mbiddu...@googlemail.com 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

[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 jpearson...@hotmail.com Hi all. JQuery noob here

[jQuery] Mailing list for general JavaScript discussion?

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

[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/Attributesto be useful here Jon 2009/9/24 Lleoun adoming...@vivocom.es Hi all, I have the following: div class=unselected content

[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 pckopat.fene...@gmail.com 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

[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 konnektgra...@gmail.com 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

[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 dali...@gmail.com In pseudo code, here's what I'm trying to do with some text: shrinkText.changeText.EnlargeText. The jQuery I'm using for this: $('span#calendarNumber').animate

[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 2009/9/9 Matt Wilson m

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

2009-08-31 Thread Jon Crump
. 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 slideshow such that it's shown only once?? Here's

[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){

[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 nippon...@gmail.com Today a client asked me if it's possible to remember a

[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 nick@gmail.com When the if else statements are removed, they are not perpetually checked. On Aug 19, 4:34 pm, labbit nick@gmail.com wrote: Hello, I'm trying to write an if else statement in javascript so

[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 chan1...@gmail.com There is a button control a div show or not, I want when you click other things then the

[jQuery] Re: jCarousel External Control as Pagination

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

[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 icpep@gmail.com MorningZ wrote: It's called a false positive... where Spybot *thinks* it's something malicious, but it isn't... if

[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 keithhen...@gmail.com

[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: head meta http-equiv=Content-Type content=text/html; charset=UTF-8 / script type=text/javascript src=/scripts/jquery/

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
= 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 jon.wil...@angelo.edu wrote: I have tried unsuccessfully to implement this solution, but I keep getting the error: validator

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
...@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 So I got the error to go away by using: var validator = $(#testForm).validate(); But now the problem is that the button proceeds

[jQuery] Re: trigger validation by input:button

2009-07-06 Thread Jon
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 [mailto:jquery...@googlegroups.com] On Behalf Of Jon Sent: Tuesday, 7 July 2009 2:58 PM To: jQuery (English

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

2009-06-17 Thread jon randahl
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! Jon Here is my current code

[jQuery] Re: cycle plugin pagerAnchorBuilder

2009-06-16 Thread Jon Crump
(' + (idx) + ') a'; } }); If anybody has a cleaner solution, I'd sure love to know about it. Jon

[jQuery] Re: cycle plugin pagerAnchorBuilder

2009-06-16 Thread Jon Crump
! Jon This is what I'd do: ul id=clientList lia href=# data-slide=2Foo text/a/li lia href=# data-slide=5Bar text/a/li lia href=# data-slide=6Baz text/a/li /ul $(function() { $('#cycleport').cycle({ prev: '#prev', next: '#next', timeout: 0, before

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

2009-04-30 Thread Jon Crump
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] 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 jjcr...@myuw.net 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

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

2009-04-27 Thread Jon
Hi, i'm trying to use the ajax dot net plugin to perform ajax calls to an AJAX enabled WCF service. No matter what i do i get an error: 'Object reference not set to an instance of an object.' However from firebug i can see the JSON object that is getting posted: {contactmessage:

[jQuery] jScrollPane issues

2009-04-06 Thread jon randahl
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-IE browsers

[jQuery] Find form input from click on child img

2009-04-06 Thread Jon Bennett
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] 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] 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] Re: Photo Gallery, Thumbnail navigation

2009-03-17 Thread Jon Crump
can position the ul 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: 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

[jQuery] Re: Photo Gallery, Thumbnail navigation

2009-03-15 Thread Jon Crump
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 wrote: I am building

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

2009-03-14 Thread Jon Crump
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 3.1.2) Jon On Fri

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

2009-03-13 Thread Jon Crump
, 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 buchholz.bast...@googlemail.com 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.htmlDownload Code

[jQuery] Re: Shadowbox and JQuery

2009-03-10 Thread Jon
folder. Phew, cheers bud! On Mar 10, 8:50 am, BB buchholz.bast...@googlemail.com 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.htmlDownload Code

[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

[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

[jQuery] Re: Ajax Dot Net Plugin

2009-03-06 Thread Jon
Subject: [jQuery] Re: Ajax Dot Net Plugin From: cakeordeat...@gmail.com To: jquery-en@googlegroups.com 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

[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] 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

[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

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
the error actually is instead of guessing On Mar 4, 10:10 am, Jon cakeordeat...@gmail.com 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 example files into my solution. I've copied the hello world

[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 cakeordeat...@gmail.com wrote: That's great! Thanks! Here's the error: [object XMLHttpRequest] What does that mean. I'm confused... I thought

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
To: jquery-en@googlegroups.com 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 cakeordeat...@gmail.com wrote: That's great! Thanks! Here's the error: [object

[jQuery] Re: Ajax Dot Net Plugin

2009-03-04 Thread Jon
To: jquery-en@googlegroups.com 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 cakeordeat...@gmail.com wrote: That's great! Thanks! Here's the error: [object

[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

[jQuery] Re: Stopping slideUp/slideDown mid animation

2009-02-25 Thread Jon
section, it attempts to figure out what the user wants to do. On Feb 25, 3:57 am, Jon cakeordeat...@gmail.com 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 animations stack up so that when you take

[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

[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-13 Thread Jon
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 cakeordeat...@gmail.com wrote: I've set up a test site here: http://test.sunshine

[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) {

[jQuery] Re: Validation - Adding Valid class

2009-02-13 Thread Jon
tell it to remove the class? On Feb 13, 11:13 pm, RobG rg...@iinet.net.au wrote: On Feb 14, 8:42 am, Jon cakeordeat...@gmail.com wrote: 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

[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 cakeordeat...@gmail.com wrote: @ RobG: #aspnetForm is the form

[jQuery] Re: Using jQuery Validation with Dot Net

2009-02-09 Thread Jon
will put one up tonight if it will help. I'm eager to use this validation plugin! On Feb 9, 2:14 am, RobG rg...@iinet.net.au wrote: On Feb 9, 8:30 am, Jon cakeordeat...@gmail.com 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?

[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

[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 bills or

[jQuery] script tags and domManip

2008-10-16 Thread Jon Palmer
contained in the DOM 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:   input type=image id=btn_recipient_search src=btn_search.gif alt=Search /   $(#btn_recipient_search).click(     function() {       getRecipients(John, Doe);     }   ); i see you solved it but if you want it to work with an input you

[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

[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

[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 a href=File Library/IDClickity/a and i need to build an url like somewhere/?library=File +Librarycomponent=id my approach below is only happy when pattern exists (pages with normal links give js error). plus this can't

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

2008-08-18 Thread Jon Sidnell
, image: _blank.gif } } Is there anything really obvious I'm doing wrong? Thanks Jon

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

2008-08-18 Thread Jon Sidnell
. 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 actually accessing the file correctly

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread Jon Whitener
the expected behavior? Many thanks, Jon

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread Jon Whitener
the expected behavior? Many thanks, Jon

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

2008-07-07 Thread Jon Whitener
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] 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 the fact

[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

[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() ?

[jQuery] .html() behaving differently in IE7

2008-05-20 Thread Jon Reed
Hi, I'm trying to find out if this behaviour is correct, or if its something that i should submit as a bug. Using .html() works perfectly fine in all browsers, providing that the html your inserting is valid. eg. $(body).find('#id1').html(divtest content/div).show(); // alert($('#id1').html())

[jQuery] Re: attr difference in Firefox and IE7

2008-05-20 Thread Jon Reed
I would upgrade to the latest version of jQuery, there's a few attribute bugfixes that could help J On May 20, 6:01 am, Sid [EMAIL PROTECTED] wrote: Hi, I'm using the .attr() to set attributes of an img tag. This works in Firefox 2.0.0.14 but not in Internet Explorer 7. The offending

  1   2   >