[jQuery] Re: string to JSON and back

2008-06-07 Thread Michael Geary
This is what you're looking for: http://www.json.org/json2.js -Mike > Is there a clever way to do JSON encoding and decoding in > jQuery without AJAX and without a form? Does all the > serialization in jQuery imply transmission via AJAX? > > All I want is object -> string and string -> objec

[jQuery] Re: Help with tabsLoad

2008-06-07 Thread keny
Hi thanks for the answer I whant to load the link in the function in the current panel i dont whant every link to be loaded in panel so your first function was not for me, i try the next one that work but this function was reloaded the tab in the panel so i came whit this function that work : fu

[jQuery] datepicker setDate

2008-06-07 Thread mark
hi, how do i correctly choose a default date using the datepicker. i am using v3.4.3. datepicker/ i can get the date picker working with the default date of today like this $('#date').datepicker(); where date is an input text field with id date. but if i do this $('#date').datepicker("setDat

[jQuery] Re: Cluetips Protips Jtips

2008-06-07 Thread Karl Swedberg
Thanks, Dean. On Jun 7, 2008, at 8:39 PM, Dean wrote: Karl, Prototip has ajax and the things you've mentioned. If you are looking for ideas to improve cluetip, it might be a good idea to a look at it. - Dean On Jun 8, 1:51 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: Thanks, Rey, for me

[jQuery] Autocomplete Search

2008-06-07 Thread Jaswinder
Can someone pleas help me, i'm trying to add the search as on ( http://docs.jquery.com/Plugins/Autocomplete#Search_Page_Replacement ) to the demo ( http://dev.jquery.com/view/trunk/plugins/autocomplete/demo/ ) but nothing i try works please help me if you guys can get one to work i'll be grateful.

[jQuery] Re: each() how to change the element text ?

2008-06-07 Thread Adwin Wijaya
oo now I know it ... thank you Richard :) On Jun 7, 8:28 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > $('a.pop').each(function() { > $(this).text('change to something'); > > }); > > since 'this' is each DOMElement, you need to wrap it in $() to be able to > call the jQuqyer .text() metho

[jQuery] Tablesorter Default Sorting

2008-06-07 Thread Benjamin Hall
I got tablesorter to work but now I want to change some defaults. I have 24 columns of data. I would like all of my columns to default to DESC except one. What is the easiest way to do this? I would also like the columns to revert back to the default (usually DESC) when another column is clicke

[jQuery] Re: validate works in firefox 3, but not in IE 7

2008-06-07 Thread mark
i meant validation does not work. form gets submitted even if the input fields are not valid and empty in IE7, but it works in firefox 3 and 2... On Sat, Jun 7, 2008 at 4:54 PM, mark <[EMAIL PROTECTED]> wrote: > hi, > i have a simple form with validation that works really well in > firefox3 / 2 b

[jQuery] validate works in firefox 3, but not in IE 7

2008-06-07 Thread mark
hi, i have a simple form with validation that works really well in firefox3 / 2 but not in IE7. this is the html, how to debug or find what is wrong?? thanks http://www.w3.org/TR/html4/strict.dtd";> title http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js";> $(document).r

[jQuery] Re: jQuery Effects (show, hide, slideUp, slideDown...) glitch with padding or margin

2008-06-07 Thread Yuval
Thank you for the explanation. What exactly do you mean by: "you have to do that yourself" - how? Is there a solution for this problem? On Jun 1, 3:42 am, "Ambient.Impact" <[EMAIL PROTECTED]> wrote: > That's because jQuery doesn't animate the padding and margin, you have > to do that yourself. Yo

[jQuery] string to JSON and back

2008-06-07 Thread timothytoe
Is there a clever way to do JSON encoding and decoding in jQuery without AJAX and without a form? Does all the serialization in jQuery imply transmission via AJAX? All I want is object -> string and string -> object.

[jQuery] Re: Cluetips Protips Jtips

2008-06-07 Thread Dean
Karl, Prototip has ajax and the things you've mentioned. If you are looking for ideas to improve cluetip, it might be a good idea to a look at it. - Dean On Jun 8, 1:51 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Thanks, Rey, for mentioning that. > > Dan, if you have a "design eye," the clue

[jQuery] Re: Cluetips Protips Jtips

2008-06-07 Thread Karl Swedberg
Thanks, Rey, for mentioning that. Dan, if you have a "design eye," the clueTip plugin is completely skinnable. It comes with three preset themes, but I've seen a few 3rd party implementations of it that are gorgeous. It's all in the CSS. Prototip looks great, but one thing you might want

[jQuery] Accordion Problem

2008-06-07 Thread pedramphp
I have Problem this Accordion ... te Pack or Min version of Accordion Doesn't work with 1.2.6 if some one has the right Min or Pack Code ,please send me the Link...

[jQuery] InnerFade Height Problem

2008-06-07 Thread pedramphp
In my Innerfade Plugin I have the Height problem it couldn't find the Height Automaically ... we should set the height manually if we don't it could not use it another Question is how Could we Import the Core.effect in UI 1.5 to the innerFade Plugin I did it and it couldn't recognize it

[jQuery] Re: hiding a div on document ready?

2008-06-07 Thread Kevin Pepperman
Giuliano showed you the correct way to hide the div. But If you do want to add that css to the element it would be used like this. $(document).ready(function(){ $("#durl").css({ display:none; }); }); On Sat, Jun 7, 2008 at 3:50 PM, Giuliano Marcangelo < [EMAIL PROTECTED]> wrote: > make s

[jQuery] Re: Gmail Progress Bar

2008-06-07 Thread pedramphp
We need to do this progressBar just as google did what is inside their Codes what is the mystery On 6/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I checked this Progress Bar Long ago but this is a sample use of it > there is no Server LINK and Fetching data In it and there

[jQuery] getScript Problem

2008-06-07 Thread pedramphp
we need some triple javascript files to load with $.getScript in jQuery .. how could I do this if all the js files was loaded the A function get activated I need something like this $.getScript("test1.js,test2.js,test3.js,function(){ alert("Some thing Activate") }); but there isn't capabil

[jQuery] Re: Cluetips Protips Jtips

2008-06-07 Thread Rey Bango
Dan, I think has done a fabulous job with Prototip2. It's very feature rich and most likely the reason that he charges for his work. With that said, the solutions you've been presented are pretty good. To recap you can: 1) Use prototip with jQuery using noConflict 2) Use clueTip which is al

[jQuery] Re: Cluetips Protips Jtips

2008-06-07 Thread cfdvlpr
What don't you like about the jQuery cluetips plugin: http://plugins.learningjquery.com/cluetip/demo/

[jQuery] Re: hiding a div on document ready?

2008-06-07 Thread Michael Geary
Just to clarify, the .css('display','none') would have worked fine - .hide() is just a shorter way of doing exactly the same thing. It was the $('durl') that tripped you up - that tries to select all elements with a tagname of 'durl'. Here's a debugging tip. Add this bit of code: $(function() {

[jQuery] Re: Ajax in IE doesn't return result

2008-06-07 Thread Shawn
bad json? The number one way to find the problem with an Ajax request is to load the action page in the browser directly. If you can't make that work, then Ajax will never work. (though you may need to tweak things some so that you can get the page - maybe your variables to URL or GET varia

[jQuery] Re: hiding a div on document ready?

2008-06-07 Thread Giuliano Marcangelo
make sure you use the* # *sign to signify that it is an element with an *id*of durl, and then *hide *it $(document).ready(function(){ $("*#*durl").hide(); }); 2008/6/7 mark <[EMAIL PROTECTED]>: > > hi, am just beginning with jquery, and i want to hide a div to

[jQuery] hiding a div on document ready?

2008-06-07 Thread mark
hi, am just beginning with jquery, and i want to hide a div to begin. i tried this and it doesnt work and it is not hidden. do you know what is wrong? i also tried, $("durl").css("display","none"); is this wrong? thanks http://jqueryjs.googlecode.com/files/jquery-1.2.6.pack.js"

[jQuery] using jquery $(document).ready() and dojo.addOnLoad together

2008-06-07 Thread jt
I'm working on a project that is using both of these together and we are running into some problems. I'm inheriting the dojo code. It looks like our jquery code is getting called first in terms of the page being ready. The problem we have is that the jquery is handling ad server loading so if the

[jQuery] Re: Cluetips Protips Jtips

2008-06-07 Thread Dean
Haven't seen anything of that quality done with jQuery, you could use Prototip with jQuery noConflict. I've emailed the author if he could port this to jQuery. He said he would consider making his scripts framework independent, I guess that would be even better. Regards, Dean On Jun 2, 4:22 pm

[jQuery] Re: Jquery dragandrop example

2008-06-07 Thread Rey Bango
Sunil, Post this in the jQuery UI mailing list as that's where most topics relating to effects and UI are now occurring. http://groups.google.com/group/jquery-ui?hl=en Rey... Sunil Nair wrote: In my requirement : I have two div's in the one of the div tag .. I have folder tree structur

[jQuery] Re: New JQuery Plugin - Menu Toggle Adder

2008-06-07 Thread steve_f
Your demo page does not work in FF3, also I get a script error running IE8.0 but in IE7.0 compat mode. On Jun 7, 4:20 pm, Ed <[EMAIL PROTECTED]> wrote: > Here's a new JQuery Plugin: Menu Toggle Adder > > http://code.google.com/p/js-menu-toggle-adder/ > > It automatically adds "toggle" triangles

[jQuery] New JQuery Plugin - Menu Toggle Adder

2008-06-07 Thread Ed
Here's a new JQuery Plugin: Menu Toggle Adder http://code.google.com/p/js-menu-toggle-adder/ It automatically adds "toggle" triangles to unordered list menus for each list item that contains an unordered list. It does a bunch of other "stuff", like expanding the nested ul that matches the

[jQuery] Re: jCarousel - Couple of 'External Controls' questions

2008-06-07 Thread [EMAIL PROTECTED]
Pity bump for help. On May 28, 9:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi there, > > I've set up an example page here:http://www.sockandpow.com/Q2/media.html > > My questions are as follows: > > 1. Is there a way to customize how jcarousel references the external > controls? > >

[jQuery] Re: jCarousel - Couple of 'External Controls' questions

2008-06-07 Thread Nomaddxb
Yeah, I've got the same issue as #2. Trying to figure out how to mark the particular item as active. Any ideas anyone? On May 28, 11:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi there, > > I've set up an example page here:http://www.sockandpow.com/Q2/media.html > > My questions ar

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

2008-06-07 Thread Ariel Flesler
This should do, haven't tested though. $().html().replace(/ jquery\d+="\d+"/ig, ''); -- Ariel Flesler http://flesler.blogspot.com On 6 jun, 20:35, Shaun <[EMAIL PROTECTED]> wrote: > Thanks for the reply > We are trying to grab that html and save it out clean > is there any way of preventing thi

[jQuery] Re: each() how to change the element text ?

2008-06-07 Thread Richard D. Worth
$('a.pop').each(function() { $(this).text('change to something'); }); since 'this' is each DOMElement, you need to wrap it in $() to be able to call the jQuqyer .text() method. - Richard Richard D. Worth http://rdworth.org/ On Sat, Jun 7, 2008 at 2:31 AM, Adwin Wijaya <[EMAIL PROTECTED]> wrot

[jQuery] Re: each() how to change the element text ?

2008-06-07 Thread Dave Methvin
> this.text = 'change to something '; // won't change ... :(}); Try $(this).text('change to something '); I assume that the text depends on some element-specific info? If all the elements need the *same* text, replace all that code with $('a.pop').text('change to something ');

[jQuery] dragging multiple draggables with one handler

2008-06-07 Thread [EMAIL PROTECTED]
Hi, I was wondering if someone knows or was succesfully able to drag multiple draggable objects with one handler or mouse motion. I've tried creating an array with draggables pointing to the same handler but that did not seam to work. Any ideas? Thank in advance, Jakub

[jQuery] Re: Shadow jQUery

2008-06-07 Thread Richard D. Worth
See http://groups.google.com/group/jquery-ui/browse_thread/thread/acb1889298700333 Shadow was dropped after 1.0. Don't know if anyone has tried it with recent copies of jQuery or jQuery UI. - Richard On Fri, Jun 6, 2008 at 6:59 PM, <[EMAIL PROTECTED]> wrote: > > is there any Simple Example of

[jQuery] Animated Hover Width

2008-06-07 Thread andrew8088
Hi! I'm using animated hover for the first time on a website; it was so easy to add to my existing page, but it seems that the div.ahover is wider than the list item it's animating. Since this is in a horizontal list, it looks somewhat awkward. I've tried giving it a fixed width, but that doesn't

[jQuery] Re: form effect

2008-06-07 Thread Frika
Hello Mike, thank you for your support. It was the right direction. In the beginnig it won´t work anyway, but now it did :-): $("#form1").submit(function () { if ($("#div1").is(":visible")) { $("#div1").animate({

[jQuery] each() how to change the element text ?

2008-06-07 Thread Adwin Wijaya
Hi ... I just want to modify my del.icio.us page so that the font color won't look bad (using jquery and greasemonkey) ... :) I did that .. and now I want to change the text inside like this [code]saved by 651 other people [/code] but I don't know how to modify text "saved by ... other people

[jQuery] Re: Get Global CSS Value

2008-06-07 Thread Thommo
OK Thanks I will look at it On Jun 7, 12:12 pm, Dave Methvin <[EMAIL PROTECTED]> wrote: > > But I want to have a stylesheet that contains my own custom values > > which I read and then assign to my page elements.FYI  If I create a > > CSS class with custom properties and assign to an existing

[jQuery] Jquery dragandrop example

2008-06-07 Thread Sunil Nair
In my requirement : I have two div's in the one of the div tag .. I have folder tree structure ... and in the another div i have fck editor.. What i want to do know is . I m going to select a word from the folder tree structure , i will drag and drop in the fck editor.. I want a example code

[jQuery] Re: strange error with plugin validation

2008-06-07 Thread k8
nisba? On 5 Giu, 11:13, k8 <[EMAIL PROTECTED]> wrote: > This is theerrorthat comes when i put text in the field password. > jQuery.validator.methods[method] has no > propertieshttp://localhost:9090/youminiweb/js/jquery-validate/jquery.validate.js > Line 467 > > On 4 Giu, 17:19, "Jörn Zaefferer"

[jQuery] Ajax in IE doesn't return result

2008-06-07 Thread mac
Ajax in IE doesn't return result, and display error :( In other browsers everythink is ok? what can it be?

[jQuery] Re: Help with tabsLoad

2008-06-07 Thread Klaus Hartl
Forgot to mention that you need to use the latest version, from jQuery UI RC1 that is. --Klaus On 7 Jun., 09:15, Klaus Hartl <[EMAIL PROTECTED]> wrote: > What exactly do you want to achieve? If you try to automatically load > content from links inside a tab panel into the panel itself, replacin

[jQuery] Re: Help with tabsLoad

2008-06-07 Thread Klaus Hartl
What exactly do you want to achieve? If you try to automatically load content from links inside a tab panel into the panel itself, replacing the content, try this: $('#example').tabs({ load: function(ui) { $('a', ui.panel).click(function() { $(ui.panel).load(this.href);