[jQuery] TextArea formatting

2009-12-07 Thread James W
Hello, I am posting a contact form via ajax to a classic asp page. If I post the following in the comments: Line1 Test Line2 Test Line3 Test Line4 Test The results emailed in the form are as follows Line1 Test Line2 Test Line3 Test Line4 I have tried updating the asp page and replacing the li

[jQuery] Spellchecker plugin

2009-12-04 Thread Richard W
Hi jQuery users I have pretty much finished my simple spellchecker plugin (barring additional functionality) and am wanting some testing/feedback/ criticism/bug reports etc from the jQuery community. My initial inspiration for the plugin came from a work responsibility: to build a spellchecker pl

[jQuery] Ajax Request Order

2009-10-10 Thread James W
Hello, I have a page that makes two ajax calls when the function is called. I have noticed while testing the page that sometimes the second request does not run, the first request works but then sometimes the second ones gets skipped. Is there a way to make sure the second request fires only aft

[jQuery] adding extension property to jCarousel

2009-09-10 Thread W. Young
I can add extension methods to the jcarousel add in such as: jQuery.jcarousel.fn.extend({ position: function() { //alert(this.first-1); } }); jQuery.jcarousel.prototype.position = function() { //alert(this.first-1); }; but I want to get access to the "fir

[jQuery] How to subscribe to only discussions you've created or posted to

2009-09-08 Thread W. Young
This is similar to how forums work. I can't seem to find a way to do this so it's probably not available. Just thought I'd ask anyway. Thanks

[jQuery] Re: slide one div out left while sliding one in right

2009-09-04 Thread W. Young
are quite simple. > > -Anoop > > On 8/29/09, Charlie wrote: > > > > > there are lots of plugins to do this > > > look for carousel or scroll in a plugin search > > > jCarousel and scrollable are 2 excellent ones that come to mind as well as > > scr

[jQuery] jquery validate

2009-08-29 Thread James W
Hello, I am using jquery validate on one of my pages with a submit handler, Can anyone let me know how I can specifiy which layer should contain the error messages?. Here is the code I want to change: $(document).ready(function(){ jQuery(function() { var v = jQuery("#PropertyFor

[jQuery] Re: slide one div out left while sliding one in right

2009-08-29 Thread W. Young
item at a time. On Aug 26, 10:16 am, "W. Young" wrote: > I have a container div with two inner divs.  I have one inner div > visible taking up 100% of the visible area and another hidden div.  I > want the visible div to slide to the left while simultaneously sliding > the

[jQuery] Re: not returning a JSON object

2009-08-27 Thread W. Young
have you tried json.d ? On Aug 27, 9:38 am, defdev wrote: > Hi, > > i have a form defined as follows: > > $(document).ready(function(){ >         $('#edit_page_form').ajaxForm({ >                 type: "POST", >     timeout: 45000, >           dataType: 'json', >     error: function() { >      

[jQuery] slide one div out left while sliding one in right

2009-08-26 Thread W. Young
I have a container div with two inner divs. I have one inner div visible taking up 100% of the visible area and another hidden div. I want the visible div to slide to the left while simultaneously sliding the other div in from the right. This works fine except that while the right div is slidin

[jQuery] Jquery Superfish Ajax Call

2009-07-30 Thread James W
Hello, Does anyone know if it is possible to use AJAX calls with the superfish menu? and if so does anyone have any sample code to illustrate how? Instead of calling a link I would like to use the menu to load content into a container but only on certain menus. Thanks James

[jQuery] Jquery Pass Layer Name

2009-07-18 Thread James W
Hello, I am trying to load a report onto my page via ajax, the code post below currently works but what I would like to be able to do is pass the layer into which the results of the ajax request should be loaded as there are lots of boxes within the reports that require new data to be loaded on d

[jQuery] Jquery Pass Layer Name

2009-07-18 Thread James W
Hello, I am trying to load a report onto my page via ajax, the code post below currently works but what I would like to be able to do is pass the layer into which the results of the ajax request should be loaded as there are lots of boxes within the reports that require new data to be loaded on d

[jQuery] Validate first and the carry on

2009-07-01 Thread James W
I am using some jquery code to validate a form and then post the results of the form via an ajax request to a script. I am struggling with the code as when I click submit the form validates but then also makes the ajax request. What I would like to be able to do is validate the form and then if th

[jQuery] checkboxTree Plugin

2009-07-01 Thread Matt W.
repository can be found here: http://github.com/magearwhig/jquery-checkboxtree -Matt W.

[jQuery] Odd .hover effect in IE7

2009-05-26 Thread Brian W
Using hover effect works fine in Firefox however it produces an odd effect in IE7. On hover the background-image gives the appearance of shifting up 1px and to the left 1px, also the text font changes. The background-image has rounded corners, the hover effect changes the corners to appear straigh

[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-05-12 Thread Steve W
JS error: > > > $.superfishis undefined (line 57) (Mac 10.5 w/ FF 3) > > > This works fine withSuperfish1.4.1, of course. I've tried it with > > Supersubs turnedoffwith the same result. It appears as though the > >superfishobject is not being passed and I'm

[jQuery] Re: jQuery barcode

2009-04-30 Thread Richard W
1: create a html demo document 2: check it in the repository 3: change the mimetype of the html file using "svn prop set" (eg http://svnbook.red-bean.com/en/1.0/re23.html) so that you can view the html file through subversion 4: bob's your uncle I have done this for my little snake game: http://j

[jQuery] Re: Slow jQuery Event Cleanup in Firefox

2009-03-26 Thread Matt W.
You might want to try adding one click to the table and checking if the target was a td. On Mar 26, 7:13 am, J K wrote: > Let me start by saying that I am doing something rather unorthodox > with jQuery, and I realize that this is probably outside the realm of > what is reasonable. > > I have a

[jQuery] Re: How to drag link from another window and using the javascript in the main window to intercept the link and add customized handler?

2009-03-17 Thread Yun W
hmm, can any expert suggest a path? Thanks. On Mar 16, 1:31 pm, Jay W wrote: > How todraglinkfrom another window and using the javascript in the > main window to intercept thelinkand add customized handler? > > The goal is to have an event handler in the main window, then

[jQuery] Re: jqGrid UI Theming

2009-03-17 Thread W
Wow ..., it's awesome !! Thanks for the sharing Tony ... Warm Regards, Wildan On Tue, Mar 17, 2009 at 3:10 PM, Tony wrote: > > Thanks Richard > Thanks Rey, > > I think that jQuery UI have a great potencial to be one of the best js > library. > Converting jqGrid to UI Theming is my little contr

[jQuery] Re: How to trigger "click" event in jquery

2009-03-16 Thread Yun W
Andy, I still don't know why the trigger click doesn't work. For me, it doesn't work on Firefox and I wrote a greasemonkey script to do the clicking via this code: var evt = document.createEvent("HTMLEvents"); evt.initEvent("click", true, true);

[jQuery] How to drag link from another window and using the javascript in the main window to intercept the link and add customized handler?

2009-03-16 Thread Jay W
How to drag link from another window and using the javascript in the main window to intercept the link and add customized handler? The goal is to have an event handler in the main window, then whenever a new link from different browser window is dragged into the main window, the dropped link will

[jQuery] Re: How to trigger "click" event in jquery

2009-03-05 Thread Yun W
I have the same issue with the click on jQuery. When using $('#elmId').trigger('click'), it doesn't work on Google Chrome/Safari, but it does work on IE7/IE6. No error is thrown. What's the problem? Thanks. On Mar 5, 3:56 am, Andy789 wrote: > Hi All, > > I am struggling with something very si

[jQuery] Re: How do I translate this in jQuery?

2009-03-04 Thread Matt W.
> > > > > This is inside frame.html... > > > > - > > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of ricard

[jQuery] Re: How do I translate this in jQuery?

2009-03-03 Thread Matt W.
function getContentFromIframe(iFrameName) { var myIFrame = $("#"+iFrameName); var content = myIFrame.contents().find("body").html(); $('#myiFrame-content').append(content); On Mar 3, 9:56 am, "Rick Faircloth" wrote: > I've made various attempts at translating this into jQuery w

[jQuery] Re: caching getScript() :: ajax question

2009-02-11 Thread dirk w
any ideas? On 10 Feb., 17:31, dirk w wrote: > hello, > i am getting a script which calls back some json to my function > "showMyVideos". > during my research in this group i read that getScript wouldn't cache. > in my case i would like to add some cache (lazy loadi

[jQuery] caching getScript() :: ajax question

2009-02-10 Thread dirk w
hello, i am getting a script which calls back some json to my function "showMyVideos". during my research in this group i read that getScript wouldn't cache. in my case i would like to add some cache (lazy loading) to my getScript function since it isn't necessary to update a already searched resu

[jQuery] Re: having a problem with ' and strings

2009-02-04 Thread dirk w
lace all " to be ' and all ' to be " > > Personally, all my selectors use " > then functions use ' > > $("#searchResultList").append(' thumbnailUrl + '"       class="thumbnail" alt="' + titleFull + ' (' + min

[jQuery] having a problem with ' and strings

2009-02-04 Thread dirk w
hello jquery community, i am getting some strings from a page i don't have influence on. i just append those to elements (thanks to jquery this works like a charm!): $("#searchResultList").append(""); my problem is: sometimes the variable "title" contains a ' in the string, like "doesn't that lo

[jQuery] Re: forms :: fire javascript on enter (without reloading the whole page)

2009-01-30 Thread dirk w
x27;http://gdata.youtube.com/feeds/api/videos?q='+ $ > ('#searchText').val() + '&alt=json-in-script&callback=showMyVideos&max- > results=7&format=5'; >         $.getScript(url); > >         return false; > > }); > > -- > Bohdan > &

[jQuery] forms :: fire javascript on enter (without reloading the whole page)

2009-01-30 Thread dirk w
hello, i've a text inpput field and a button. if you click on the button a java script gets called (and all works fine) but if you type some text and push the enter button than the whole page gets reloaded on the form submit. i know how to prevent the browser to reload the whole page (by catching

[jQuery] datepicker not showing up

2009-01-20 Thread Ryan W.
I've been having this problem trying to get my CSS to show up for the datepicker widget using JQuery UI. As far as functionality goes the datpicker works yet I can't get the CSS to show up. I'm using themeroller to style the the datepicker and using the following style sheets. uicore.css uitheme.

[jQuery] New jQuery Cheat Sheet for the iPhone

2009-01-16 Thread the cosmic w
Just found this. Sweet! http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302090867&mt=8

[jQuery] Re: ajax :: how to load script

2009-01-15 Thread dirk w
> This will place any text returned from the request into #element, but > will also scan for and execute any script tags in that returned data. > > Hope that helps. > > On Jan 15, 9:41 am, dirk w wrote: > > > hello community, > > i've got a textfield and a s

[jQuery] ajax :: how to load script

2009-01-15 Thread dirk w
hello community, i've got a textfield and a searchbutton. a click on the searchbutton schould execute the following java script which will return some data to a callbackfunction called "showmyvideos": $('#searchButton').click(function() { var url = 'http://gdata.youtube.com/feeds/api/vide

[jQuery] Re: load script regarding to value of textfield

2009-01-13 Thread dirk w
ides anyone? On 12 Jan., 17:43, dirk w wrote: > thanks a lot for your help! > is it possible to additionally explain me how i can execute this link > through the ajax functions? that would be great! > > thanks in advance > > On 12 Jan., 15:53, "jQuery Lov

[jQuery] Re: load script regarding to value of textfield

2009-01-12 Thread dirk w
llback=showMyVideos&max-results=7&format=5">'; > >   // ajax functions to call $.ajax, $.load, $.get, $.post > > }); > > - > Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com > > On Mon, Jan 12, 2009 at 1:49 PM, dirk w wrote: > > > hello communi

[jQuery] load script regarding to value of textfield

2009-01-12 Thread dirk w
hello community, i have some kind of a beginner question and i really would appreciate if you could help me with that. when someone types a value into the textfield and clicks on "search" or enter than the javascript line should be called regarding to the entered value. this should happen without

[jQuery] Re: IE7: loading XML per ajax

2008-11-26 Thread w-o-m
t; wrote: > The error message does indicate that it does not like something about > XML. > > Try folowing. > 1. Save xml on your drive and simply open it with IE. See if it gives > you an error. > 2. What does errorThrown points to? > 3. The standalone="no" not sure

[jQuery] Re: IE7: loading XML per ajax

2008-11-25 Thread w-o-m
That's true. But a SVG is still just an XML file. I don't need IE to draw the grapic, I just need the data. My script, btw, doesn't work with other XML's either. ricardobeat wrote: > IE7 doesn't support SVG afaik. > > On Nov 25, 6:08�am, w-o-m <[EMAIL PR

[jQuery] IE7: loading XML per ajax

2008-11-25 Thread w-o-m
Hello, I tried to load a .svg vector graphic with $.ajax, which works perfectly well in FF and Opera, but not in Internet Explorer. My script looks like this: $(document).ready(function(){ $.ajax({ type: "GET", url: "test.svg", dataType: "xml",

[jQuery] Re: jQuery front page example (the 'run code' example)

2008-11-22 Thread Richard W
It would be great to some feedback. I find it hard to believe I'm the only person who has an eye, or even cares, for detail. On Nov 20, 9:26 pm, Richard W <[EMAIL PROTECTED]> wrote: > Why doesn't the little snippet of jQuery code on the homepage use a > betterexample? Whe

[jQuery] jQuery front page example (the 'run code' example)

2008-11-20 Thread Richard W
Why doesn't the little snippet of jQuery code on the homepage use a better example? When you run the code, it show's a paragraph, but the paragraph has padding, so towards the end of the animation it "jumps". Wouldn't it be so much smoother, and hence more impressive, to show a paragraph without a

[jQuery] Finish fadeout of link before loading new page, simple question from newbie

2008-10-22 Thread Erik W
Hi everyone, A simple question, is it possible to have an animation (in this case a fadeout) finish before loading the page in an ? ie. $("a.thumb").click(function(event){ $("a.thumb").fadeOut(150); event.Default(); }); problem is that the browser loads the page as soon as it can, and c

[jQuery] Re: simple jquery snake game, some feedback appreciated

2008-10-03 Thread Richard W
EALLY cool :) :) I just changed the mime-type of certain files which allows the browser to render the code as html and not just display it as text. Let me know if you require further information on how I did this. Peace On Oct 2, 11:25 pm, Richard W <[EMAIL PROTECTED]> wrote: > Thank y

[jQuery] Re: simple jquery snake game, some feedback appreciated

2008-10-02 Thread Richard W
e default > behaviour! (sry for my english I think the last word is wrong :)) > > Nice game!!! > > On 3 Okt., 00:11, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > > > a true piece of nostalgia. > > > Snakey now also works in IE6. > > > I w

[jQuery] Re: simple jquery snake game, some feedback appreciated

2008-10-02 Thread Richard W
I've managed to put a demo online so you can play the game. http://jquery.badsyntax.frih.org/snakey/ Snakey now also works in IE6. Suggestions/feedback welcome! On Oct 1, 10:38 pm, Richard W <[EMAIL PROTECTED]> wrote: > Hi all > I recently make a classic old school "sna

[jQuery] simple jquery snake game, some feedback appreciated

2008-10-01 Thread Richard W
Hi all I recently make a classic old school "snakey" game using jQuery. It was a lot of fun, and something I'd been wanting to do since I was young. It ain't no serious game, more like proof of concept? Anyways, it's kinda fun. It supports levels, wall obstacles, snake growth etc. I've just create

[jQuery] Re: i was patient, now i'm frustrated

2008-09-27 Thread Richard W
wer outage at the server facility and they're working ot bring > > > it back > > > up:http://rimuhosting.com/maintenance.jsp?server_maint_oid=68009362 > > > > The other sub-domains should be responding fine (docs, plugins, ui, code). > > > > --John > &

[jQuery] Re: i was patient, now i'm frustrated

2008-09-26 Thread Richard W
query.com/(the site which most > developers need most) is up right now, and quite responsive. If by chance > you were going to jquery.com to download jQuery, you can get it here: > > http://docs.jquery.com/Downloading_jQuery > > - Richard > > On Fri, Sep 26, 2008 at 4:35 AM, Richa

[jQuery] Re: Special characters with ajax.

2008-09-26 Thread Richard W
further reading: http://xkr.us/articles/javascript/encode-compare/ On Sep 26, 9:40 am, Richard W <[EMAIL PROTECTED]> wrote: > You should use encodeURIComponent() > > From the jQuery core, they use this method to encode data for use with > serialize(): > encodeURIComponent(s

[jQuery] Re: Special characters with ajax.

2008-09-26 Thread Richard W
You should use encodeURIComponent() >From the jQuery core, they use this method to encode data for use with serialize(): encodeURIComponent(string).replace(/%20/g, "+") On Sep 25, 5:08 pm, uncleroxk <[EMAIL PROTECTED]> wrote: > i know that .serialize will encode it to a "url safe" character, b

[jQuery] i was patient, now i'm frustrated

2008-09-26 Thread Richard W
How long does it take to sort out hosting issues? 1 month, 2 months? I've been reading all the comments from frustrated developers who are unable to do their job because the jQuery site does not load. I thought those people should understand the situation and be patient. Now it's my turn to compla

[jQuery] Re: Jcrop v0.9.0 image cropping plugin - comments please

2008-09-17 Thread Richard W
Very very nice thank you Kelly. RE ui debate: i haven't taken a look a the code of this plugin, but from a users experience it does seem to have smoother dragging than the jQ UI example. On Sep 16, 7:22 pm, Jose <[EMAIL PROTECTED]> wrote: > thanks. > > I am a bit confused which one should I use.

[jQuery] Re: jQuery Accordion Library and jQuery Lightbox Plugin Conflict?

2008-08-27 Thread Steven W
That didn't work for me. Now I'm trying to implement lightbox 2 with jQuery accordion library and I still can't them to work together. I replaced every $ with $j and added var $j = jQuery.noConflict() to the top of my accordion js files (like someone suggested in a different forum) but that wa

[jQuery] Re: Doc's site down?

2008-08-24 Thread Matt W.
Themeroller is unusable today.

[jQuery] Re: Lighbox not working

2008-07-18 Thread Michael W
I've actually used this lightbox and I have it working just fine, On Jul 18, 8:46 am, [EMAIL PROTECTED] wrote: > Dear all , > I've test the lastest release of Lighbox it doesn't seem to work .. > has any body any idea about whats wrong with the Plugin by the way > I've test it by Safari > this is

[jQuery] Accordion navigation menu

2008-07-18 Thread Michael W
Hi, I'm very new to javascript and even newer to jQuery. I recently downloaded a jQuery plugin called accordion which was a nav menu for a site i am currently building. I got it working just fine, however, it didn't allow me to customize as much as I would have liked. So I set about building my

[jQuery] Re: page flashing when using mac firefox

2008-07-17 Thread Richard W
It's a FF2/Mac opacity bug. This will solve it: ($.browser.mozilla && parseFloat($.browser.version) < 1.9 && navigator.appVersion.indexOf('Mac') !== -1) && $('body').css('-moz- opacity',.999); On Jul 17, 6:45 am, iain duncan <[EMAIL PROTECTED]> wrote: > Hey folks, I am getting weird flashing/o

[jQuery] Re: "Uncompressed", "Minified and Gzipped" and "Packed"

2008-07-17 Thread Richard W
It is suggested you used the "minified and gzipp'd" version, as the packed version will require additional processing to unpack or decompress it, as mentioned on the jQuery site: http://docs.jquery.com/Downloading_jQuery If you don't want to worry about correctly gzipping your source files, or i

[jQuery] Re: FF2/Mac Text Dimming issue => a solution!

2008-07-13 Thread Richard W
In all honesty, no reason, just haven't been bothered to upgrade... On Jul 13, 10:34 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I recently starting working on a Mac using FF2 as my browser of > > choice. After a short period I noticed the infuriating text dimming > > FF2/Mac opacity bug. Thank

[jQuery] FF2/Mac Text Dimming issue => a solution!

2008-07-13 Thread Richard W
Hey There I recently starting working on a Mac using FF2 as my browser of choice. After a short period I noticed the infuriating text dimming FF2/Mac opacity bug. Thanks to the support from this group, I found that by by adding -moz-opacity:.999 to the body would fix this issue, but recently Joel

[jQuery] Re: Some If/Then help

2008-07-11 Thread Richard W
Indeed it doesn't work, i would have liked JS to accept that syntax, but alas... Ryura, you are correct, if I had been creating an object instead of an array it would have worked. I randomly posted my code with the understanding that everything in JS is treated as an object (including arrays) and

[jQuery] Re: Superfish 1.4.5 released - now with drop shadows!

2008-07-11 Thread Richard W
Glad to have helped! And thank you once again for a very sexy menu ;) BTW I had no idea about the FF3 opacity issues, that fix you use is now standard for me On Jul 11, 3:30 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Thanks so much for the help Richard! > > Joel.

[jQuery] Re: Some If/Then help

2008-07-11 Thread Richard W
Perhaps sommin like this: (untested) var clients = [ 'nike' : 'swoosh.jpg', 'addidas' : '3stripes.jpg', 'reebok' : 'rbk.jpg', 'default' : 'default.jpg' ]; var class = $("#main").attr("class"); typeof clients[class] != "undefined" ? insertImg(clients[class]) : insertImage(clients['default']); fu

[jQuery] Re: Superfish 1.4.5 released - now with drop shadows!

2008-07-11 Thread Richard W
That's done it :) On Jul 11, 3:23 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Just found this explanation (last couple of comments on the > page):http://allinthehead.com/retro/328/when-bugs-collide-fixing-text-dimmi... > > Have altered the fix - hopefully it works now. Please scream in anguis

[jQuery] Re: Superfish 1.4.5 released - now with drop shadows!

2008-07-11 Thread Richard W
$.browser.version returns as string This should work: if ($.browser.mozilla && parseFloat($.browser.version) < 1.9) $('body').css('-moz-opacity',.999); On Jul 11, 3:17 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > I was quite confused by why Firefox3 identifies itself as 1.9 via > $.brows

[jQuery] Re: Superfish 1.4.5 released - now with drop shadows!

2008-07-11 Thread Richard W
Hi Joel Indeed this is quite a frustrating FF bug! Your fix has not solved the solution for FF2 Mac, I have to assume because you're checking for browser verion < 1.9 .. ? On Jul 11, 2:16 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Okay, the IE7 fix has been released - Superfish is now v1.4.6

[jQuery] Re: Superfish 1.4.5 released - now with drop shadows!

2008-07-11 Thread Richard W
Awesome Joel! Love the new features. I got one quick suggestion, if you add -moz-opacity:.999; to your body style then my screen won't experience display issues with fadein/ fadeout. (FF2 on Mac) On Jul 10, 4:44 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Okay, so the drop shadows are not appl

[jQuery] Re: strange bug with IE and .html()

2008-06-10 Thread Richard W
if ($.browser.msie) { $("#content *").each(function() { $.removeData(this); }); } var html = $("#content").html(); http://docs.jquery.com/Internals/jQuery.removeData (although the above page isn't very helpful in this situation) On Jun 9, 9:00 am, Shaun <[EMAIL PROTECTED]> wrote: > thanks ver

[jQuery] Re: Display loading image while alternate image loads.

2008-05-28 Thread Richard W
Afterwhich, if you want to check if the image has been downloaded/ cached before displaying it you can use the Image.complete attribute eg: // timer var loadImg = 0; // create image, start caching image var $img = $("").attr("src", "/img/yourimage.jpg"); if (!$img[0].complete) { // show

[jQuery] Re: New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
Yeah I actually have done another version that has the tri state, perhaps I should include that and make it an option. The idea on this one is that if you select a child the parent has to be selected as well. On May 13, 7:47 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > > Please feel free to tel

[jQuery] New Plugin - Checkbox Tree Plugin

2008-05-13 Thread Matt W.
My first jquery plugin, hold the applause, a checkbox collapsible tree plugin. Please feel free to tell me why its good, why its bad and how it can be improved. http://floatmargin.com/2008/jquery-checkbox-tree-plugin/ Thanks.

[jQuery] Re: Sending datastring using $.ajax with 'invalid characters'

2008-05-13 Thread Richard W
On May 7, 5:57 pm, Richard W <[EMAIL PROTECTED]> wrote: > Hi There > > I have been struggling to correctly format a datastring to be sent via > POST that may contain 'invalidcharacters'. I am trying to send text & > html via ajax post, and this has been achieved m

[jQuery] Sending datastring using $.ajax with 'invalid characters'

2008-05-07 Thread Richard W
Hi There I have been struggling to correctly format a datastring to be sent via POST that may contain 'invalid characters'. I am trying to send text & html via ajax post, and this has been achieved mainly due to Javascript's escape() function. For example, to send the ampersand (&), escape() is u

[jQuery] Re: How to stop other elements on the page from dimming

2008-05-02 Thread Richard W
I experienced the same problem and it haunted me in my sleep, I started to think it was a jQuery bug. I understand this is a FF bug, but don't you think at least there should be some sort of reference to this bug in the jquery fade docs? On May 2, 3:21 am, Karl Swedberg <[EMAIL PROTECTED]> wrote

[jQuery] Re: flicking screen on fade in FF Mac

2008-04-18 Thread Richard W
I thank you 120 times dave. This fix appears to solve the problem. On Apr 17, 10:59 pm, David McFarland <[EMAIL PROTECTED]> wrote: > On Apr 17, 2008, at 1:08 PM, Richard W wrote: > > > > > Hi There > > I was wondering if anyone else has noticed or experience the wei

[jQuery] flicking screen on fade in FF Mac

2008-04-17 Thread Richard W
Hi There I was wondering if anyone else has noticed or experience the weird effect that fade has on the screen when viewed in FF on a mac (leopard). In safari and opera, even IE run under parallels, there is no screen flicker. When the fade is occuring, some colours, even the font changes slighty,

[jQuery] IE6 removing : bug?

2008-04-11 Thread Richard W
Hi there I have noticed a very weird bug when using $.html() in IE6. For example I have: paragraph list item 1 list item 2 list item 3 When I used $("#content").html() I get paragraph list item 1 list item 2 list item 3 Other other browser is fine, problem is with IE6. Any suggestions

[jQuery] Internet Explorer DOM elements visible on hide()

2008-03-28 Thread Ryan W.
I'm seeing some inconsistent results when using hide() in " (document).ready(function()" when using IE. My goal is to try to hide the other list items in my unordered list and only display one of them when the page loads. I've posted my code below. Works great in firefox! Any ideas on how to get t

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Matt W.
That code does not create a link, it binds that function to existing links. You either have to add a link in the html. Or create a link with something like $('a link').appendTo("body"); as the first line after $(document).ready(function() { On Mar 5, 2:16 am, pradeep_tp <[EMAIL PROTECTED]> wrot

[jQuery] jQuery Form ajaxForm submit to webservice gets redirected to web service URL output

2008-01-23 Thread Chris W
Hello, If anyone can help with this I'd really appreciate it. I am using the jQuery Form plugin to submit the contents of a Form via Ajax to a Web Service. The Web service resides on a different domain to the main site. I simply want to submit the form info to the web service via Ajax, check t

[jQuery] Re: checkbox and toggle function

2008-01-11 Thread jeff w
yeah, I am having the same issue. Anyone have a solution?? thanks! On Jan 8, 12:06 pm, jpl80 <[EMAIL PROTECTED]> wrote: > Using toggle() with a checkbox disables the checkbox's ability to check > itself on and off. > > http://tinyurl.com/yo9onzhttp://tinyurl.com/yo9onz > > -- > View this messa

[jQuery] Re: UI Tabs / Tabs 3

2007-12-13 Thread Richard W
Ahh yes i can see the logic in that. Thank you Klaus On Dec 13, 3:18 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 12 Dez., 11:26, Richard W <[EMAIL PROTECTED]> wrote: > > > I was wondering if there is any way of making the tabs still retain > > their original

[jQuery] Re: dimensions plugin error

2007-12-12 Thread Matt W.
This error happens when trying to use a dimensions method on a jquery selection that did not find anything (an empty jQuery collection). If you download the latest dimensions file from svn the error should no longer happen. On Dec 12, 10:40 am, Eridius <[EMAIL PROTECTED]> wrote: > I am getting t

[jQuery] UI Tabs / Tabs 3

2007-12-12 Thread Richard W
I was wondering if there is any way of making the tabs still retain their original link after you have click on a tab. IE when you click on a tab, it goes selected but the link still remains and the cursor still remains as a link area, so when you are viewing the content of the selected tab, you s

[jQuery] event is fired every other time after using jQuery's sortable plugin

2007-12-05 Thread Jay W
I have the following code in a page. everything related to sorting is working well. Each item has a textarea and this textarea has onkeyup event handler. This event handler will only fire every other time. Does anyone know why this is happening? Thanks. $('table.pane').each(function(){ if

[jQuery] Re: Sortable on dynamic content - how to?

2007-12-05 Thread Jay W
You can also use $("ul.items").sortableRefresh() to make all items sortable after dynamically creating an item from javascript. On Nov 12, 5:34 pm, asle <[EMAIL PROTECTED]> wrote: > Thanks, your first suggestion works and is shorter than writing the > sortable code again. > But this does not work

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
Ah, I see your example shows how i can bind the tabs event to the link in the ajaxed content. Would this work? I'm going to test this evening and let you know how i come along.. On Nov 29, 3:44 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 29 Nov., 10:39, Richard W <[EMAIL

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
Sorry, I posted my shoddy code after you had replied to my post. I don't get these delayed messages.. In any case, the tabLoad method works perfectly for me, thank you for your help! On Nov 29, 3:44 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 29 Nov., 10:39, Richard W <

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
Awesome, that is exactly what i'm looking for. Thank you Klaus, and thank you for an excellent plugin! On Nov 29, 9:29 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 28 Nov., 20:06, Richard W <[EMAIL PROTECTED]> wrote: > > > Hi There > > I'm realling

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
to manage content through the $.ajax method, and I would be able to use to set class names etc etc. This is a very rough example of what I am trying to achieve, does anyone know of a better way to achieve this? Regards Richard On Nov 28, 9:06 pm, Richard W <[EMAIL PROTECTED]> wrote: >

[jQuery] Tabs 3 Update tab content

2007-11-28 Thread Richard W
Hi There I'm realling ejoying using tabs, especially the ajax content. I would like to know if there is painless way of updating the current tabs content via ajax without using the tabs. For example you view the content of a tab, click on a link within the tab, and the current tabs content updates

[jQuery] Safari Ajax and tablesorter

2007-11-14 Thread Matt W.
Hello, I am building a table with xml I am retrieving with $.ajax and once the table is appended to the page I am using tablesorter on it. It is working fine in IE7,ie6, Firefox 2 (mac and pc) but will not work on Safari 3. Tablesorter works fine in safari on tables not added to the dom after pag

[jQuery] Re: How to make the first word bold.

2007-11-13 Thread Matt W.
me = $(this); > me.html( me.text().replace(/(^\w+)/,'$1') ); > }); > > or > > $('#links a').each(function(){ > var me = $(this) >, t = me.text().split(' '); > me.html( ''+t.shift()+' '+t.join(' '

[jQuery] Re: jquery 1.2 and rails

2007-10-16 Thread Tim W
The problem is that 1.2 does not send the xhr header if the call is made with a full http:// uri. If you just use the pathname it works fine. Took me a few hours of playing to figure this one out. Guess its a cross site security fix. On Oct 11, 4:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wro

[jQuery] Re: Tell-a-friend script?

2007-10-08 Thread Chris W. Parker
On Monday, October 08, 2007 3:19 PM marlyred said: > Hi, > > PHP, but my pages are static html. > > Marlyred You may have already received an email about this offlist but javascript (jQuery is javascript) cannot send emails. What it will need to do is submit the form's data to a server side sc

[jQuery] Re: uhhh.......WAT?

2007-09-28 Thread Chris W. Parker
On Thursday, September 27, 2007 5:28 PM Robert Koberg said: > Hi, > > I am new to jquery. Haven't had any problems that couldn't be solved > by the docs or a search. I am amazed that an ass/troll/clueless > individual gets so much play. > > whatev, > -Rob Since you're new to jQuery you should

[jQuery] Re: uhhh.......WAT?

2007-09-27 Thread Chris W. Parker
On Thursday, September 27, 2007 8:44 AM cmbtrx said: Oooh ooh me too! > OK, forgive my tone here...I'm actually quite flabbergasted. OK But first, when writing to a mailing list with an issue that you want resolved it's necessary to describe the issue. Some issues can be solved by just reading

  1   2   3   >