Re: [jQuery] New forum completely inaccessible

2010-01-17 Thread Massimiliano Marini
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
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
. 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 predict it. -- Alan Kay

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

2009-09-07 Thread Massimiliano Marini
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/ It's easier to invent the future than to predict

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

2009-09-03 Thread Massimiliano Marini
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 of you know how to get this working? -- Massimiliano Marini

[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] [Form plugin] clearForm:true strange behavior in IE8

2009-09-03 Thread Massimiliano Marini
not changed 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] jqueryui and nested tabs doesn't work

2009-08-31 Thread Massimiliano Marini
ipsum dolor sit amet .../div /div div id=tabs-2Phasellus mattis tincidunt nibh. .../div div id=tabs-3Nam dui erat, auctor a, dignissim quis, .../div /div -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[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] Re: Call Jquery from Flash?

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

[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 lo ricordo anche, hai fatto un

[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 than to predict

[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 than to predict it. -- Alan

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

2009-05-20 Thread Massimiliano Marini
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 m...@linuxtime.it

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

2009-05-19 Thread Massimiliano Marini
); 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 m...@linuxtime.it

[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 m...@linuxtime.it

[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 m...@linuxtime.it

[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] 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-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. table tr class=mouseOver tdinput type=checkbox value=1 name=chk[]//td tdfoo/td /tr tr

[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] Add a class only to the first parent

2008-08-24 Thread Massimiliano Marini
achieve this? Is possible without using the each() function? Any help, suggestions, examples are welcome. -- 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 easier to invent the future than to predict it. -- Alan Kay

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

2007-09-29 Thread Massimiliano Marini
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: 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: 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 - http://www.linuxtime.it/massimilianomarini/ It's easier

[jQuery] jQuery tabs and onClick

2007-09-03 Thread Massimiliano Marini
!); } }); 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's easier to invent the future than to predict

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

2007-09-01 Thread Massimiliano Marini
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
(result.data); v.focusInvalid(); } } }); } }); I've a div with id=result but nothing appear inside, I've tried to put some alert in every position but nothing ... my brain is stalled. -- Massimiliano Marini

[jQuery] How to use Form Plugin and ValidationAide Plugin

2007-08-29 Thread Massimiliano Marini
'); } }); -- 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
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 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

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

2007-07-02 Thread Massimiliano Marini
').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] 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] 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] Fill form fields with value returned from a query

2007-06-28 Thread Massimiliano Marini
: ? echo {name:'pippo',surname:'pluto'}; ? 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: 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 thead/thead become hidden. There's a method to exclude the thead tag? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[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 thead/thead become hidden. There's a method to exclude the thead 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

[jQuery] Select only the next row in a table

2007-06-27 Thread Massimiliano Marini
:) -- 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] jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
div id=response/div, 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 why and can help me? -- Massimiliano Marini - http://www.linuxtime.it

[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] Re: jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
strongTitlestrong /br / input type=text name=title size=50 br / strongMessagestrong /br / textarea id=txt1 name=message rows=10 cols=50/textarea br / input type=submit name=action value=Send input type=reset value=Reset /form -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's

[jQuery] Re: jQuery and tinyMCE problem

2007-06-26 Thread Massimiliano Marini
').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] How to show/add content under a row in a table

2007-06-26 Thread Massimiliano Marini
) the messagge under 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] Why I can't access to a tag in a div

2007-06-12 Thread Massimiliano Marini
appear the data from $.ajax, a simple list of record : a href=pippo?id=1 a href=pippo?id=2 a href=pippo?id=3 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

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

2007-06-12 Thread Massimiliano Marini
(){ 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] Re: Why I can't access to a tag in a div

2007-06-12 Thread Massimiliano Marini
(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
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: $.post not load why?

2007-06-06 Thread Massimiliano Marini
://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: 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] $.post not load why?

2007-06-04 Thread Massimiliano Marini
){ $(#response).append(data).show('fast'); }); }); div id=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-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] Re: $.post not load why?

2007-06-04 Thread Massimiliano Marini
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] jQuery loaded dinamically

2007-05-31 Thread Massimiliano Marini
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? Suggest, link and/or example are very appreciated. -- Massimiliano

[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] 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] .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/ It's easier to invent

[jQuery] Re: .load external page by url

2007-05-09 Thread Massimiliano Marini
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] 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 Marini - http

[jQuery] Re: $.post send data problem

2007-05-07 Thread Massimiliano Marini
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] Suggestion on authentication form

2007-05-03 Thread Massimiliano Marini
name=submit value=Entra / /form login.php contains a simple query to a DB and returns : echo Yes // if exists echo No // if not exists -- 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] How to manage a response ...

2007-04-30 Thread Massimiliano Marini
is return something (I don't know what and how) can change my page content with another DIV (a private area of the account), this is my idea, but 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

[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] Re: Show and Hide DIV

2007-04-27 Thread Massimiliano Marini
; } }); -- 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
id=uploadForm action=upload.php method=POST enctype=multipart/form-data File: input name=file type=file input type=submit value=Invia /form div id=uploadOutput/div /body /html -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent

[jQuery] Show and Hide DIV

2007-04-26 Thread Massimiliano Marini
this with a lot of link 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 subscribed