Re: [jQuery] New forum completely inaccessible

2010-01-17 Thread Massimiliano Marini
it confused: - this list in google will be removed or not? - both the email list and forums are working together or not? In this case messages are the same for sure? Thanks -- Massimiliano Marini - http://www.massimilianomarini.com "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] [jqGrid] getRowData() without rowid not work

2009-11-16 Thread Massimiliano Marini
give the rowid everything works fine. Where is the error? My code is simply: jQuery("#grid_id").getRowData(); -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Show/Open jqGrid with hiddengrid: true on a click event

2009-11-04 Thread Massimiliano Marini
ich is now collpased. e.preventDefault(); }); -- Massimiliano Marini - http://www.massimilianomarini.com "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Shift+End doesn't works in input field - .filterToolbar()

2009-09-08 Thread Massimiliano Marini
Hi Tony, > The problem is fixed in 3.5.3 release, which is published yesterday. > Please upgrade to this release. Done, now works like a charm, great work! :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predi

[jQuery] [jqGrid] Shift+End doesn't works in input field - .filterToolbar()

2009-09-07 Thread Massimiliano Marini
earch",title:"Search toolbar", buttonicon :'ui-icon-search', onClickButton:function(){ gP[0].toggleToolbar(); } }); gP.filterToolbar(); PS: The online examples on trirand site works well. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ &quo

[jQuery] [Form plugin] clearForm:true strange behavior in IE8

2009-09-03 Thread Massimiliano Marini
the select value, only the input text value are passed to the ajaxSubmit(). Someone got the same problem? There is a solution? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: [jgGrid] How to populate editoptions:{value: ... } with query result.

2009-09-03 Thread Massimiliano Marini
Never mind, I've solved with dataUrl that works perfectly. Regards -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] [jgGrid] How to populate editoptions:{value: ... } with query result.

2009-09-02 Thread Massimiliano Marini
my edittype:"select" with a query result because the data is changing every time. I've tried with a function (simple ajax call, PHP return the string in the right format) that returns a string of text, but doesn't work, if I place it inside editoptions in any right way. Someone o

[jQuery] Re: jqueryui and nested tabs doesn't work

2009-08-31 Thread Massimiliano Marini
Any hint? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] jqueryui and nested tabs doesn't work

2009-08-31 Thread Massimiliano Marini
rst Second Third First Second Third Lorem ipsum dolor sit amet ... Lorem ipsum dolor sit amet ... Lorem ipsum dolor sit amet ... Phasellus mattis tincidunt nibh. ... Nam dui erat, auctor a, dignissim quis, ... -- Massimiliano Marini - http://www.linuxtime.it/massim

[jQuery] Re: Call Jquery from Flash?

2009-08-13 Thread Massimiliano Marini
> ole funziaaa :) > Allora... per il calendario... non ce l'hooo uno mio, ma ho quello che > ho fatto a ciuski, mando quello. > (scrivo sopra "con simpatia a Massimiliano Marini... mirkojax?) Ok Mirko, vada per il calendario di ciuski (e per la dedica) che poi

[jQuery] Re: Call Jquery from Flash?

2009-08-13 Thread Massimiliano Marini
ografato mandalo in PDF :) Regards -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: $.jgrid is undefined with jqgrid plugin

2009-08-05 Thread Massimiliano Marini
Hi Tony, > A good explain why is this is here: > http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install very helpfull, now all works fine thanks a lot. :) Regards -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future

[jQuery] $.jgrid is undefined with jqgrid plugin

2009-08-04 Thread Massimiliano Marini
Error: $.jgrid is undefined Source file: http://localhost/test/js/jquery.jqGrid.min.js I don't understand why I get this error. http://trirand.com/jqgrid/jqgrid.html Cheers

[jQuery] Re: How to print json data, key and value

2009-05-21 Thread Massimiliano Marini
Hi Shawn, > Native JS is capable of this sort of thing. [snip] > HTH And I hope this is what you were after. Thanks so much for your explanation. Now it works. :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future th

[jQuery] Re: How to print json data, key and value

2009-05-20 Thread Massimiliano Marini
value" of a json object without knowing what the object has inside. The only thing I know is that inside the json object there are only [{name:value,name:value,name:value}], the object is not fixed lenght and the name:value are not always the same. Is it possible? -- Massimiliano Marini

[jQuery] How to print json data, key and value

2009-05-19 Thread Massimiliano Marini
nction(key, value){ console.log(value.name); console.log(value.surname); console.log(value.age); }); but something like: $.each(data, function(key, value){ console.log(key . '-' . value); }); and achieve output like this: name - pippo surname - pluto age - 20 -- Massimiliano Marini

[jQuery] Re: slideUp() does not make animation before remove() occurs

2009-05-13 Thread Massimiliano Marini
> I have made a slight change in your code. also note you did set the > opacity to 0 before the slideUp that could effect your code [snip] > i just added a 0.5 sec delay the same with your changes, the slideUp() still not working. -- Massimiliano Marini

[jQuery] Re: slideUp() does not make animation before remove() occurs

2009-05-13 Thread Massimiliano Marini
> Maybe it's because opacity is already 0? > > Try using animate({ height:'toggle' }) instead I've tried your code, but the behavior is not what I'm trying to achieve. The slideUp() still not working. -- Massimiliano Marini

[jQuery] slideUp() does not make animation before remove() occurs

2009-05-12 Thread Massimiliano Marini
Hi all, I'm using jQuery 1.3.2 that's the code: function removeChekbox(data){ $.each(data, function(i, val){ $('input[value="'+val+'"]').parents(".item-container").animate({opacity: 0.0}, "slow", function(){ $(this).slideUp("slow"

[jQuery] Re: How to remove a row knowing the value of a checkbox.

2009-05-12 Thread Massimiliano Marini
Hi Paul, > Try this > > var xxx = 5; > $('input:attr[value="'+xxx+'"]').parents('tr').remove(); works like a charm. Thanks 1K

[jQuery] Re: How to remove a row knowing the value of a checkbox.

2009-05-11 Thread Massimiliano Marini
Sorry, the right question is: How can I remove the entirely row containing the checkbox with the value for example 5? The value is returned to me by a PHP script, and of course is always different. foo foo2 foo2

[jQuery] Re: Add a class only to the first parent

2008-08-25 Thread Massimiliano Marini
> $("#foo > .menu > li:not(.expanded)").addClass("bar"); Great Olaf, that's was exactly what I've tried to write. Thanks :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Add a class only to the first parent

2008-08-24 Thread Massimiliano Marini
> $('.menu:first').addClass("bar"); Thanks to you and Olaf, the right way was: $(".menu:first > li").addClass("bar"); I know it was so easy, but thanks 1k :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's e

[jQuery] Add a class only to the first parent

2008-08-24 Thread Massimiliano Marini
Hi all, I need some help, I want to apply a class with 'addClass' at all of the first and not to the second Example: 1 2 3 4 How can I achieve this? Is possible without using the each() function? Any help, suggestions, examples are welcome. -- Ma

[jQuery] Re: jCarousel drupal example....

2007-09-29 Thread Massimiliano Marini
Ops ... so sorry but: "There are no published releases for this project." try to study this link : http://drupal.org/project/jcarousel Bye -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: jCarousel drupal example....

2007-09-29 Thread Massimiliano Marini
t's jQuery plugin based. If you use this module tell us how it works and if you want a link where is in action. :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: jQuery tabs and onClick

2007-09-04 Thread Massimiliano Marini
> onClick: function(clicked) { > var $tabs = $(clicked).parents('ul:eq(0)').find('a'); > if ($tabs.index(clicked) == 1) { > alert("Clicked 2nd tab!"); > } > } Thanks Klaus, it works perfectly! :) -- Massimiliano Marini - h

[jQuery] jQuery tabs and onClick

2007-09-03 Thread Massimiliano Marini
alert("Clicked!"); } }); I know this code is wrong, but I want enable the event onClick only on a specific tab. How I can do it ... if is possible? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It

[jQuery] Re: [Solved]Re: How to use Form Plugin and ValidationAide Plugin

2007-09-01 Thread Massimiliano Marini
e found the problem, I use the latest form plugin by Mike Alsup that has romved "after:" option and now use "success" for the server response. Tnx for the form validation plugin! :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: How to use Form Plugin and ValidationAide Plugin

2007-08-31 Thread Massimiliano Marini
ot;result" but nothing appear inside, I've tried to put some alert in every position but nothing ... my brain is stalled. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: How to use Form Plugin and ValidationAide Plugin

2007-08-29 Thread Massimiliano Marini
('slow'); > } > }); Maybe it help, the call to the plugin for the form validation is simply : $("#f1").validationAideEnable(); But I don't know if both plugin can work together. Any idea? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] How to use Form Plugin and ValidationAide Plugin

2007-08-29 Thread Massimiliano Marini
on() { $('#response').fadeIn('slow'); } }); -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: How to bind a submit form action

2007-07-02 Thread Massimiliano Marini
27;, > beforeSubmit: function() { /* whatever */ }, > success: function(){ $('#response').fadeIn('slow'); } > }); Thanks Mike, it's simply perfect! -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] How to bind a submit form action

2007-07-02 Thread Massimiliano Marini
}, success: function(){ $('#response').fadeIn('slow'); } }); More detail on update event :in Firebug, in the post tab, I can see all the fields value but not this value: action: Update. Where I'm in error? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Fill form fields with value returned from a query

2007-06-29 Thread Massimiliano Marini
> http://jquery.com/plugins/project/field > > It'll work with radio, checkbox and select elements--along with text > elements. Nice plugin Dan, thanks for the information. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent th

[jQuery] Re: Fill form fields with value returned from a query

2007-06-29 Thread Massimiliano Marini
> $.ajax({ > type: "POST", > url: "test.php", > data: "query:edit&id="+idval, > dataType: "json", > success: function(data){ > $("#name").val(data.name); > $("#surname").val

[jQuery] Re: Problems with jQuery's site?

2007-06-29 Thread Massimiliano Marini
> Looks good to me. What did you see? Sorry guys, the problem was: our internal proxy! Now is all ok, thanks. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Problems with jQuery's site?

2007-06-29 Thread Massimiliano Marini
Someone has noticed it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Fill form fields with value returned from a query

2007-06-28 Thread Massimiliano Marini
st send out the data? Question: something like this is correct : Thanks for any help, advise and suggest. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Select only the next row in a table

2007-06-27 Thread Massimiliano Marini
Great! It works! :) I've learned something new, thanks to Glen, Corey and Karl. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Select only the next row in a table

2007-06-27 Thread Massimiliano Marini
); } what I want to do, is to toggle or show only the "tr"(only one only the next) that is under the "tr" where is the link that I've clicked. I think the example and the code may help more than my description of the problem :) -- Massimiliano Marini - http://www.linuxt

[jQuery] Re: How to show/add content under a row in a table

2007-06-27 Thread Massimiliano Marini
> this works fine, but also the become hidden. > There's a method to exclude the tag? I've solved this problem using tow different classes, one for the tr that must be visible and one for the tr must me hidden. Tnx at all. -- Massimiliano Marini - http://www.linuxtime.it/ma

[jQuery] Re: How to show/add content under a row in a table

2007-06-27 Thread Massimiliano Marini
> Then I do > $("tr:even").hide(); this works fine, but also the become hidden. There's a method to exclude the tag? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] How to show/add content under a row in a table

2007-06-26 Thread Massimiliano Marini
er the row that I've clicked on title, well I don't know how to implement this behavior someone can tell me how I can do it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
;}, >success: function(){ > $('#response').fadeIn('slow'); >} > }); Mike you are incredible, it's just what I wanted. Thanks :)) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
> just curious... does your textarea has an "id" attribute... i don't > know if it is required, but if it doesn't have an id, then adding one > might help. just my .02. Yes my textarea have an "id", but the problem still remain :( My form : Title

[jQuery] Re: jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
> Surely you mean >$('#response').fadeIn('slow'); > not > $('response').fadeIn('slow'); Thanks I've corrected it, but the problem still remain. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
blem that make me crazy: When I submit the form with the POST method only the field become updated in my , I must re-submit the form and the content of the textarea appears. I've omitted the code of the form, is a simple form with a field and textarea, but if is necessary I post it. Someone know w

[jQuery] Re: Why I can't access to "a" tag in a div

2007-06-12 Thread Massimiliano Marini
> You have to rebind the clicks after the ajax loads: Thank you 1K Sean for and Andy, I've learned something new -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Why I can't access to "a" tag in a div

2007-06-12 Thread Massimiliano Marini
: function(msg){ $("#response").fadeIn("slow").html(msg); } }); -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Why I can't access to "a" tag in a div

2007-06-12 Thread Massimiliano Marini
e a").click(function(){ alert("Hello"); return false; )}; It could depend on the content that is generated in dynamic way? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Why I can't access to "a" tag in a div

2007-06-12 Thread Massimiliano Marini
eturn false; }); }); in "response" appear the data from $.ajax, a simple list of record : Why I can't access to the "click" event of the "a" tag in "response" div? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: $.post not load why?

2007-06-06 Thread Massimiliano Marini
do > > $("#remote").load("http://www.example.com/proxy.php?url=http:// > www.google.com/"); Thanks a lot for your help! :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: $.post not load why?

2007-06-04 Thread Massimiliano Marini
p file in another server. Only this. I'm curious about your solution, how can I implement it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: $.post not load why?

2007-06-04 Thread Massimiliano Marini
> ajax can't work cross domain by design for security reasons. There's no other method, workaround or something else? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] $.post not load why?

2007-06-04 Thread Massimiliano Marini
function(data){ $("#response").append(data).show('fast'); }); }); -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: jQuery loaded dinamically

2007-06-04 Thread Massimiliano Marini
Any hint about it? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] jQuery loaded dinamically

2007-05-31 Thread Massimiliano Marini
ead')[0].appendChild(script); } There's a better method or this is well? Then, how I must proceed with the writing the rest of the code? The structure where I will use the ajax request and all the rest?. The right impostation? I've no idea. Someone have implemented this method? Su

[jQuery] Re: Help on Form plugin and Form validation field

2007-05-11 Thread Massimiliano Marini
> > I hope that helps. Great plugin. I'm going to try it. Thanks for the help. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Help on Form plugin and Form validation field

2007-05-10 Thread Massimiliano Marini
that? Help would be much appreciated. Thanks. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: .load external page by url

2007-05-10 Thread Massimiliano Marini
> Massimiliano? From Fabico? O.o Not. From Italy. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: .load external page by url

2007-05-09 Thread Massimiliano Marini
Hi Matt, > Thats correct, ajax calls cannot retrieve external pages for security > reasons. The only way to get external pages onto your page is to use > an iframe, or a simple server side proxy that you can call with your > ajax. Thanks for your help. -- Massimiliano M

[jQuery] Re: .load external page by url

2007-05-09 Thread Massimiliano Marini
7;s meant a file in the same server where is the application and not a remote file in a remote url. If I'm in error please correct me. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] .load external page by url

2007-05-09 Thread Massimiliano Marini
Hi all, is possible to load an external page with the .load()? something like this: example : $('#mydiv').load('http://www.jquery.com/'); naturally this script not work, thanks for the helps -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ &q

[jQuery] Re: ajax tabs: No tabs displaying

2007-05-07 Thread Massimiliano Marini
>

[jQuery] Re: $.post send data problem

2007-05-07 Thread Massimiliano Marini
ot;PASS",r:"STAY"},function(data){ $("#response").append(data).show('fast'); }); create a try this code and let me know if work. P.S.: My advice is to use firebug for a better debug detail. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: $.post send data problem

2007-05-07 Thread Massimiliano Marini
> but the php $_POST[''] array get's no data... Have you tried something like this? var_dump $_POST[] // without '' -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Suggestion on authentication form

2007-05-04 Thread Massimiliano Marini
expert like you, can you post a little example with which I can realize what you have written? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: Reload page

2007-05-03 Thread Massimiliano Marini
Hi Fabyo, > location.reload(); Tnx 1K :) -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Reload page

2007-05-03 Thread Massimiliano Marini
Hi all, It is possible to recharge the entire page like a refresh? If yes how? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Suggestion on authentication form

2007-05-03 Thread Massimiliano Marini
// Show/Hide DIV, I'no not problem to implement that :) } if(responseText == "No") { alert("It does not exist"); } } Username : Password : login.php contains a simple query to a DB and returns : echo "Yes&

[jQuery] How to manage a response ...

2007-04-30 Thread Massimiliano Marini
t the problem is: I've not idea how to do this. Any suggest are welcome. Thanks. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Re: About form upload

2007-04-28 Thread Massimiliano Marini
Hi Mike, > Just start with something simple, like this: I was getting lost in a water glass many thanks for your help and great script, now is more clear. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] About form upload

2007-04-27 Thread Massimiliano Marini
data = objToString(data); $out.append('<div><pre>'+ data +'</pre></div>'); } }); }); // I think this is necessary function objToString(o) { } // Also this function elementToString(n, useRefs

[jQuery] Re: Show and Hide DIV

2007-04-27 Thread Massimiliano Marini
Hi Dave, > I don't think that's quite what you're after. If you're dealing with > a bunch of links, you probably want to take a look at > http://icant.co.uk/sandbox/eventdelegation/ [cut] Thank you for your clear and helpfully code and suggest, I have learned some

[jQuery] Re: Show and Hide DIV

2007-04-27 Thread Massimiliano Marini
;); return false; }else{ $(currOpen).hide("fast"); return false; } }); -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay

[jQuery] Show and Hide DIV

2007-04-26 Thread Massimiliano Marini
k hows can I do this? Some suggestion? Thanks. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay --~--~-~--~~~---~--~~ You received this message because you are subscribe