[jQuery] Can't get onClick on appended elements

2009-12-22 Thread Diego
I have the following snippet of code: This is where I'll place the 'li' elements. ul id=file-list/ul After processing the file upload I add the elements like this: $(#file-list).append('li' + fileName + ' a href=' + filePath + ' class=fileimg src=attributes.gif alt= //a/li'); The thing is, I

[jQuery] NEW! jQuery CKEditor Plugin v0.10

2009-11-25 Thread Diego A.
NEW! jQuery CKEditor Plugin v0.10 http://www.fyneworks.com/jquery/CKEditor/ It's been a while but hey, I've finally done it. I've just released the very first version of my new CKEditor plugin for jQuery. I only started working on it today, but soon enough I hope to turn it into a complete

[jQuery] Re: Google closure tools and library

2009-11-08 Thread Diego Desani
Tks! =) On 7 nov, 16:47, Jake B jakeboon...@gmail.com wrote: If you look at the online version of the compiler, you'll see that jQuery, jQuery UI, and other popular libraries are options in the Add a URL dropdown menu: http://closure-compiler.appspot.com/home I assume that means that

[jQuery] Re: How to build this effect

2009-10-24 Thread Diego Desani
That is cool =D.. great response DanDan.. I like it. On Oct 24, 7:32 am, Andrea - Aosta andreabe...@gmail.com wrote: Thank you On 23 Ott, 19:20, DanDan dan.d...@gmail.com wrote: That is cool... I have seen this before as JQuery but not yet tried it:

[jQuery] Re: New iPhone-style button plug-in released...

2009-09-05 Thread Diego Desani
Great work! =) On Sep 4, 11:05 am, Dan G. Switzer, II dswit...@pengoworks.com wrote: We've just released another jQuery plug-in which emulates the iPhone-style button used to toggle settings on/off. The plug-in works with both checkbox and radio button groups and we've worked hard to make

[jQuery] Re: Multifile Upload and Forms plugin

2009-05-07 Thread Diego A.
I don't understand the problem... $(element.form).ajaxSubmit(); should do it. On Apr 27, 10:05 pm, Haaf dko...@quicknet.nl wrote: Hi, I'm using themultifileuploadplugin(http://jquery-multifile-plugin.googlecode.com/svn/trunk/index.html#) and I would like to be able touploadan image on

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-07 Thread Diego A.
Hi Shaun, Please double check your installation and make sure you are using the latest version of the plugin. Take a look here for a working example... http://www.fyneworks.com/jquery/multiple-file-upload/test/ Cheers, Diego A. On Apr 7, 12:14 am, shaunramos shaunra...@gmail.com wrote: Diego

[jQuery] NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread Diego A.
NEW! jQuery Multiple File Upload Plugin v1.40 http://www.fyneworks.com/jquery/multiple-file-upload/ New features: 1. API method to reset control (remove all file selections) like this: $('input:file').MultiFile('reset') Improvements: 1. Now entirely based in the $.fn.MultiFile namespace 2. Now

[jQuery] [datepicker] double tab needed

2009-04-02 Thread Diego Plentz
Hey guys, Using datepicker in a field, it requires 2 tab taps to go to the next field, since: - when you enter in the field, the datepicker shows up - when you tap the first tab the datepicker hides. - when you tab tab the second time, only then the focus goes to the next field. Is there

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread Diego A.
Hi Kuba, You need to apply the method to a file element that has already been initialized by the plugin, not the container... Cheers, Diego A. 2009/4/2 kuba kuba.fig...@gmail.com reseting wont work for me ;/ On Apr 2, 12:32 pm, Diego A. diego.a...@gmail.com wrote: NEW! jQuery Multiple

[jQuery] Re: Star rating plugin problems

2009-04-01 Thread Diego A.
Hi Sergey, I've just been to your site to take a look but it seems to be working fine now. Glad you worked it out. Cheers, Diego A. 2009/3/30 Sergey sergey.pante...@gmail.com Hello Diego, Have recently installed it on one my hobby site and I have a small problem on plugin and cant find

[jQuery] [autocomplete] onselect handler

2009-03-30 Thread Diego Plentz
Hey guys, here I'm again. Is there a way to associate a callback function with the select event of an autocomplete? I want to do something like this: on select item from autocomplete, set the value of field x and hide div xpto. I looked at the format* callbacks, but it won't work in my case. Any

[jQuery] Re: [autocomplete] jquery + dwr

2009-03-25 Thread Diego Plentz
it a try and let us know if it works for you: http://jquery-ui.googlecode.com/svn/branches/dev/autocomplete/ http://jqueryui.pbwiki.com/SelectComboboxAutocomplete Jörn On Tue, Mar 24, 2009 at 10:39 PM, Diego Plentz diego.pi...@gmail.com wrote: Hey guys, I'm using jquery + autocomplete

[jQuery] Re: [autocomplete] jquery + dwr

2009-03-25 Thread Diego Plentz
: Ah, sorry. source expects a synchronous return as well, doesn't help at all in this case. Jörn On Wed, Mar 25, 2009 at 2:24 PM, Diego Plentz diego.pi...@gmail.com wrote: Thanks Jörn. Btw, the problem still here, because even if I do something like that: $(#city).autocomplete

[jQuery] [autocomplete] jquery + dwr

2009-03-24 Thread Diego Plentz
Hey guys, I'm using jquery + autocomplete plugin (by Jörn) and I trying to make it work with DWR(http://directwebremoting.org/). My problem is that jquery autocomplete takes a url or data directly, but to make DWR works properly, I must use their javascript functions and handle the callback. Here

[jQuery] Re: Star rating plugin problems

2009-03-18 Thread Diego A.
This issue has been resolved. Please download the latest version of the plugin: This is an old issue which has been resolved. Please download the latest version of the plugin: http://www.fyneworks.com/jquery/star-rating/ On Jan 29, 6:44 pm, matthias.otto...@googlemail.com

[jQuery] Re: jqGrid UI Theming

2009-03-17 Thread Diego Desani
Great Job... =) On Mar 16, 8:57 am, Tony t...@trirand.com wrote: I'm glad to anounce the new release of jqGrid wich is fully integrated with UI Theming. This is not a final release, but I hope to finish it as soon as possible. The demo can be found

[jQuery] NEW! Star Rating Plugin v3.00

2009-03-16 Thread Diego
NEW! jQuery Star Rating Plugin v3.00 http://www.fyneworks.com/jquery/star-rating/ New features: - Now entirely based in the $.fn.rating namespace - Now uses $.fn.data t9o store control settings - API to set control value / state via javascript - API to change readOnly option dynamically - API to

[jQuery] Re: alert('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...'); in production code

2009-03-13 Thread Diego Desani
Hi jodsalz.. I just install the JCarousel and play some hours it this plugin. I saw the same alert in my page after a ajax requisition ( overwriting the old code with the gallery ), after that, I don't have that structure with all ul li . So.. in the file: jquery.carousel.js, I change the

[jQuery] Re: alert('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...'); in production code

2009-03-13 Thread Diego Desani
Hi jodsalz.. I just install the JCarousel and play some hours it this plugin. I saw the same alert in my page after a ajax requisition ( overwriting the old code with the gallery ), after that, I don't have that structure with all ul li . So.. in the file: jquery.carousel.js, I change the

[jQuery] unsubscribe

2009-02-02 Thread diego valobra

[jQuery] unsubscrive

2009-02-01 Thread diego valobra

[jQuery] unsubscrive

2009-02-01 Thread diego valobra
-- Diego Valobra pirolab WebDesign Roma

[jQuery] new plugin version debug

2009-01-31 Thread diego
Hi all, if you have just few minutes, i need help to debug the script for the 1.1 version of pirobox. It works with jQuery 1.3.1 and also, obviously with 1.2.6. here is the link http://www.pirolab.it/demo/index_b.html any advice will be welcome tnx in advance to all Diego Valobra

[jQuery] Re: Possible 1.3 bug

2009-01-17 Thread Diego A.
Hi Karl, That seems to have worked perfectly. I was quite happy to wait for a new version but thank you for attending to this so quickly! Cheers, Diego A. 2009/1/15 Karl Swedberg k...@englishrules.com Thanks, Balazs! Hi Diego, I took a quick look at the moreSelectors script and noticed

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Diego
I'm having the same problem. Has anyone overcome this yet? It sounds like we're using a selector that is no longer supported in jQuery 1.3. But which On Jan 15, 7:39 am, emmj...@gmail.com emmj...@gmail.com wrote: I was checking all of my random plugins/scripts to make sure they all work

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Diego
FYI. I found my offending code. It's a combination of these selectors: :text, :password, :file, :select, :button I just can't figure out why! On Jan 15, 7:39 am, emmj...@gmail.com emmj...@gmail.com wrote: I was checking all of my random plugins/scripts to make sure they all work with jQuery

[jQuery] Re: Possible 1.3 bug

2009-01-15 Thread Diego
Hi (me again), the problem was being caused by the moreSelectors plugin on this page: http://www.softwareunity.com/jquery/JQueryMoreSelectors/ On Jan 15, 2:40 pm, Diego diego.a...@gmail.com wrote: FYI. I found my offending code. It's a combination of these selectors: :text, :password, :file

R: [jQuery] Merry Xmass

2008-12-24 Thread diego valobra
Merry Xmas to all the _jQueryans_ of the world from Italy :) Diego Valobra --- Mer 24/12/08, Lukas Polak polak.luka...@gmail.com ha scritto: Da: Lukas Polak polak.luka...@gmail.com Oggetto: [jQuery] Merry Xmass A: jQuery - mailinglist - general jquery-en@googlegroups.com Data: Mercoledì 24

[jQuery] URGENT, URGENTE

2008-12-03 Thread diego valobra
-MAIL TO GET TO KNOW ABOUT. COPY THIS TEXT and send to ALL YOUR friends.. -- Diego Valobra pirolab WebDesign Roma

[jQuery] Re: non-programmer

2008-11-16 Thread diego valobra
Hi ncriptide, take a look at these links, http://en.wikipedia.org/wiki/JavaScript http://www.w3schools.com/js/default.asp maybe useful Diego 2008/11/16 ncriptide [EMAIL PROTECTED] I've been a graphic designer for the past 25 years. Only programming I know is HTML and a little CSS. I'm

[jQuery] Re: pirobox plugin released

2008-11-12 Thread diego
Hi Shawn, you 'r right, spaces make the script more readable, i'm going to leave, for the unpacked version, the original script. tnx for your advices. Diego On 12 Nov, 02:26, Shawn Grover [EMAIL PROTECTED] wrote: I'd think that leaving the spaces and such in there make it more readable

[jQuery] pirobox plugin released

2008-11-11 Thread diego
Hi all, i've finished my first plugin, hope you like it, any question or opinion it's welcome. http://www.pirolab.it/pirobox/ I developed this plugin, by studying the docs.jquery, it's amazing what you can do with this library. Tnx to all the jquery developers. Diego Valobra

[jQuery] Re: pirobox plugin released

2008-11-11 Thread diego
performance is obviously in firefox, then chrome, safari, opera, IE6, and last ie7. Diego On 12 Nov, 00:59, Isaak Malik [EMAIL PROTECTED] wrote: Very interesting piece of work :), have you performed cross-browser tests? On Wed, Nov 12, 2008 at 12:55 AM, diego [EMAIL PROTECTED] wrote: Hi all, i've

[jQuery] Re: pirobox plugin released

2008-11-11 Thread diego
Hi Isaak,i really hate explorer i work with firefox, for debug my script,and when i open explorer i'm really scared of what can happen.. sure that is open source, you can download both version, packed and unpacked,just click the anchor 'download' on the nav. Diego On 12 Nov, 01:27

[jQuery] Re: pirobox plugin released

2008-11-11 Thread diego
This is great, the only thing i ask, is to leave my name up there in the js, and if you want, a link back to my page :) Diego On 12 Nov, 01:38, Isaak Malik [EMAIL PROTECTED] wrote: Oh, I didn't see the unpacked version and it was right under it... Thanks :) I may use this in a current

[jQuery] Re: pirobox plugin released

2008-11-11 Thread diego
if this is the original version? It's quite unreadable. And of course, copyright notice will be kept untouched On Wed, Nov 12, 2008 at 1:43 AM, diego [EMAIL PROTECTED] wrote: This is great, the only thing i ask, is to leave my name up there in the js, and if you want, a link back to my

[jQuery] $(this).next() doesn't work

2008-11-07 Thread diego
href=#img//a/li /ul /div and clicking on the first $('li a') the output code should be : div class=first ul lia href=#img//a/li li class=seconda href=#img//a/li lia href=#img//a/li lia href=#img//a/li /ul /div any idea ?? Tnx in advance Diego

[jQuery] R: [jQuery] $(this).next() doesn't work

2008-11-07 Thread diego valobra
I forgot to say that i need to use $('.first li a').bind('click',function() 'couse with the  var pathImg = $(this).attr('href'); i get the href of the clicked element. Diego --- Ven 7/11/08, diego [EMAIL PROTECTED] ha scritto: Da: diego [EMAIL PROTECTED] Oggetto: [jQuery] $(this).next

[jQuery] Re: $(this).next() doesn't work

2008-11-07 Thread diego valobra
Rik, tnx you gave me the right inputi'm solving it Diego 2008/11/7 Rik Lomas [EMAIL PROTECTED] You need to do: $(this).parent().next().addClass('second'); As the element the click is attached to is the a, so you need to traverse up the DOM tree first Rik 2008/11/7 diego [EMAIL

[jQuery] Re: Crossbrowser problem with Jquery Extension fieldSelection

2008-11-06 Thread Diego Pessoa
Please? On Tue, Nov 4, 2008 at 13:07, Diego Pessoa [EMAIL PROTECTED] wrote: Can someone help me? On Mon, Nov 3, 2008 at 19:40, Diego Pessoa [EMAIL PROTECTED]wrote: Hi, I'm using the Jquery extension fieldSelection ( See at: http://laboratorium.0xab.cd/jquery/fieldselection/0.2.3-test

[jQuery] Re: Crossbrowser problem with Jquery Extension fieldSelection

2008-11-04 Thread Diego Pessoa
Can someone help me? On Mon, Nov 3, 2008 at 19:40, Diego Pessoa [EMAIL PROTECTED] wrote: Hi, I'm using the Jquery extension fieldSelection ( See at: http://laboratorium.0xab.cd/jquery/fieldselection/0.2.3-test/test.html ) This extension resolves the selectRange problem of the tradicional

[jQuery] R: [jQuery] search for text and replace or remove the element entirely

2008-11-03 Thread diego valobra
Hi devin, see if this could be what you'r looking for: http://docs.jquery.com/Selectors/contains#text Diego --- Lun 3/11/08, Devin [EMAIL PROTECTED] ha scritto: Da: Devin [EMAIL PROTECTED] Oggetto: [jQuery] search for text and replace or remove the element entirely A: jQuery (English) jquery-en

[jQuery] Crossbrowser with Jquery Extension fieldSelection

2008-11-03 Thread Diego Pessoa
caracter... How can I get the same positions in both browsers? Thankx, Diego Pessoa

[jQuery] Crossbrowser problem with Jquery Extension fieldSelection

2008-11-03 Thread Diego Pessoa
caracter... How can I get the same positions in both browsers? Thankx, Diego Pessoa

[jQuery] Re: my first plugin

2008-11-02 Thread diego
I've updated my plugin, i added: caption as option, thumbs_nav when image is zoomed, auto resize of images if bigger then window dimension. http://www.pirolab.it/pirobox/ Regards Diego On 29 Ott, 00:18, diego [EMAIL PROTECTED] wrote: Hi Microbe, i'm glad that you like my work, today i

[jQuery] help for plugin

2008-11-01 Thread diego
/pirobox/js/pirobox.js TNX in advance Diego Valobra

[jQuery] Re: onclick change class to new class

2008-10-30 Thread diego valobra
() { $(this).removeClass(gt); $(this).addClass(gt_active); }); try it, regards Diego 2008/10/30 Anton Babushkin [EMAIL PROTECTED] You should be attaching your click bind to the anchor element not the list element, since thats whats going to be firing the event. On Oct 30

[jQuery] R: [jQuery] Re: Need help !!! $.preloadCssImages is not a function

2008-10-29 Thread diego valobra
Hi Erik, try to remove all the mootools.js, probably there's a conflict. Diego --- Mer 29/10/08, ricardobeat [EMAIL PROTECTED] ha scritto: Da: ricardobeat [EMAIL PROTECTED] Oggetto: [jQuery] Re: Need help !!! $.preloadCssImages is not a function A: jQuery (English) jquery-en@googlegroups.com

[jQuery] my first plugin

2008-10-28 Thread diego
/piro_09/pirobox.html Here again an example associated with a web page complete http://www.pirolab.it/piro_09/index2.html in the end, my code.. http://www.pirolab.it/piro_09/js/pirobox.js TNX to all. Diego Valobra

[jQuery] Re: my first plugin

2008-10-28 Thread diego
Hi Validatorian,tnx for your reply, the loader it's just there, but maybe it's too dark to see it, i'm going to change it. :) Regards Diego On 28 Ott, 20:43, Validatorian [EMAIL PROTECTED] wrote: Hi Diego, I think it's a nice plugin (just tested it, didn't look at code) I think it might

[jQuery] Re: my first plugin

2008-10-28 Thread diego
', width: '200px', opacity: 1 }, 150); }); here it is. regards Diego On 28 Ott, 21:07, diego [EMAIL PROTECTED] wrote: Hi Validatorian,tnx for your reply,  the loader it's just there, but maybe it's too dark to see it, i'm going to change

[jQuery] Re: my first plugin

2008-10-28 Thread diego
for img description, but it will takes a while. I will complete the plugin in a few days. regards Diego Valobra On 28 Ott, 23:49, Microbe [EMAIL PROTECTED] wrote: I should add, this is a great solution to another issue.  I use highslide on a website but just loading when the combination is Win2K

[jQuery] .attr('height')

2008-10-23 Thread diego
, safari(pc) and works fine... IE sucks every kind of help is appreciated, thanks to all :) Diego

[jQuery] Re: .attr('height')

2008-10-23 Thread diego
here an exemple http://www.pirolab.it/piro_09/index2.html the first three thumbs of the first box diego On 23 Ott, 14:00, diego [EMAIL PROTECTED] wrote: Hi all,  I'm building a gallery, and so far it works in every browser except Internet Explorer, The problem is that IE (burns to hell

[jQuery] Re: .attr('height')

2008-10-23 Thread diego
The problem is that the my elements are 'display:none' that's why if i try your code the alert returns 0-0, i need to use .attr, height and width.. Diego On 23 Ott, 14:08, diego [EMAIL PROTECTED] wrote: here an exemplehttp://www.pirolab.it/piro_09/index2.html the first three thumbs

[jQuery] Re: .attr('height')

2008-10-23 Thread diego
it doesn't like that in $('#'+litebox+'img.lite'). atm i don't see a mistake in your script. -weidc On 23 Okt., 14:27, diego [EMAIL PROTECTED] wrote: The problem is that the my elements are 'display:none' that's why if i try your code the alert  returns 0-0, i need to use .attr, height

[jQuery] Re: .attr('height')

2008-10-23 Thread diego
/close.png alt=prova width=30 height=30 //span /span and it works fine in ie6/7 http://www.pirolab.it/piro_09/index2.html but i can't use that attributes, i have to find a better way to do it. Any idea?? Diego On 23 Ott, 15:23, weidc [EMAIL PROTECTED] wrote: mh ye i see. can't even change the attr

[jQuery] Re: .attr('height')

2008-10-23 Thread diego
weidc i found the bug, at the elements with css 'display:none' IE gives width and height = 0, that's why i have in return 0-0, i think i'll work on it, trying to overcome this IE bug.. Anyway thank you very much for support.. Diego On 23 Ott, 16:16, weidc [EMAIL PROTECTED] wrote: oh my god

[jQuery] Re: .attr('height')

2008-10-23 Thread diego
I've done it...i don't use display:none , instead i use visibility:hidden hideing the elements by js, works fine in all browser... http://www.pirolab.it/piro_09/index2.html tnx again Diego On 23 Ott, 16:46, diego [EMAIL PROTECTED] wrote: weidc i found the bug, at the elements with css

[jQuery] R: [jQuery] Re: Loading Mask

2008-10-16 Thread diego valobra
Hi, take a look at this http://www.filamentgroup.com/lab/update_automatically_preload_images_from_css_with_jquery/ Diego --- Gio 16/10/08, Donald J. Organ IV [EMAIL PROTECTED] ha scritto: Da: Donald J. Organ IV [EMAIL PROTECTED] Oggetto: [jQuery] Re: Loading Mask A: jquery-en@googlegroups.com

[jQuery] Re: jQuery Star Rating Plugin Problem

2008-10-10 Thread Diego
Hi Gareth, I'm the author of the star rating plugin and I have just found this post. I visited the URL you mentioned but I can't see the star rating plugin being used - hence I could not reproduce the problem. Is there somewhere I can see this in action? Cheers, Diego A. On Oct 1, 4:31 pm

[jQuery] R: [jQuery] Only show div's within parent.

2008-10-05 Thread diego valobra
').slideToggle('fast') // it takes just the next div :)     });     }); here is a demo  http://www.pirolab.it/piro_09/slide_up.html Diego --- Dom 5/10/08, [EMAIL PROTECTED] [EMAIL PROTECTED] ha scritto: Da: [EMAIL PROTECTED] [EMAIL PROTECTED] Oggetto: [jQuery] Only show div's within parent

[jQuery] Re: performance questions

2008-10-02 Thread Diego
What browser did this happen with? (IE I'd guess). The star rating plugin only uses 2 separate (and very small) images which should load almost instantaneously. Once the image is loaded for one control, it should be immediately displayed for all other controls using the same image - not

[jQuery] R: [jQuery] R: [jQuery] Re: Show image gradually

2008-09-30 Thread diego valobra
  div id=headernav    ul id=navlist   lia href=/ title=oneHome/aspan id=one/span/li   lia href=/support title=twoSupport/aspan id=two/span/li   lia href=/contact title=threeContact/aspan id=three/span/li    /ul   /div /body /html Ciao --- Mar 30/9/08, diego valobra [EMAIL PROTECTED

[jQuery] MultiFile Plugin Updated (v1.3)

2008-09-30 Thread Diego
* Announcement to anyone using the Multiple File Upload plugin * A new version is available which fixes a major bug in IE6/7. Download it here: http://www.fyneworks.com/jquery/multiple-file-upload/ Official project page: (for download/support) http://code.google.com/p/jquery-multifile-plugin/

[jQuery] R: [jQuery] Re: Show image gradually

2008-09-30 Thread diego valobra
.. that's it :) hope it works.. http://www.pirolab.it/piro_09/slide.html Diego --- Mar 30/9/08, yo2lux [EMAIL PROTECTED] ha scritto: Da: yo2lux [EMAIL PROTECTED] Oggetto: [jQuery] Re: Show image gradually A: jQuery (English) jquery-en@googlegroups.com Data: Martedì 30 settembre 2008, 11:25 Hi, Thanks

[jQuery] Show image gradually

2008-09-30 Thread diego valobra
href=/support title=twoSupport/aspan id=two/span/li   lia href=/contact title=threeContact/aspan id=three/span/li    /ul   /div /body /html Regards Diego --- Mar 30/9/08, yo2lux [EMAIL PROTECTED] ha scritto: Da: yo2lux [EMAIL PROTECTED] Oggetto: [jQuery] Re: R: [jQuery] R: [jQuery] Re: Show

[jQuery] R: [jQuery] Show image gradually

2008-09-30 Thread diego valobra
Always IE(fu#g browser) you have to add at the css rule #headernav ul li: position:relative; and it works with ie too diego --- Mar 30/9/08, diego valobra [EMAIL PROTECTED] ha scritto: Da: diego valobra [EMAIL PROTECTED] Oggetto: [jQuery] Show image gradually A: jquery-en@googlegroups.com

[jQuery] R: [jQuery] Re: R: [jQuery] Show image gradually

2008-09-30 Thread diego valobra
Ciao Giovanni, some times it's good to understand the basic function of jQuery without using plugins..that's what i was trying to do :) if u never study u never lern!! regards Diego --- Mar 30/9/08, Giovanni Battista Lenoci [EMAIL PROTECTED] ha scritto: Da: Giovanni Battista Lenoci [EMAIL

[jQuery] R: [jQuery] Re: R: [jQuery] Re: R: [jQuery] Show image gradually

2008-09-30 Thread diego valobra
Ciao Giovanni, happy that u think the same of me.. have you seen this http://www.pirolab.it/piro_09/slide.html no plugins, just jquery 1.2.6 that's it.. I've seen the plugin you linked and it's really compact, Alexander Farkas has done a nice work :) Diego --- Mar 30/9/08, Giovanni Battista

[jQuery] Re: Show image gradually

2008-09-29 Thread diego valobra
: 80px; background: green; border: 1px solid black; position: relative; } /style /head body div class=parent div class=image/div /div /body /html here is a demo,hope it works :) http://www.pirolab.it/piro_09/slide.html regards Diego 2008/9/30 ricardobeat [EMAIL PROTECTED] Hmm

[jQuery] R: [jQuery] mouseover / mouseout

2008-09-27 Thread diego valobra
Ifixer try this $('a.view').css('opacity',0.33); $('a.view').hover(function() {     $(this).stop().animate({     opacity : 1     }, 600);     },     function(){     $(this).stop().animate({     opacity : 0.33     }, 800); }); Diego Valobra --- Sab 27/9/08, eewan

[jQuery] Moving Plugin Support to Google Code

2008-09-10 Thread Diego
Rating Plugin (http://code.google.com/p/jquery-star-rating- plugin/) - XML to JSON Plugin (http://code.google.com/p/jquery-xml2json- plugin/) - FCKEditor Plugin (http://code.google.com/p/jquery-fckeditor-plugin/) - Codepress Plugin (still to come...) Any comments? Cheers, Diego A.

[jQuery] Re: New Google Browser announced

2008-09-03 Thread Diego A.
7196482 -- Cheers, Diego A.

[jQuery] R: [jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE

2008-09-03 Thread diego valobra
Your example works with ie too--  http://www.pirolab.it/jtb/testclick.php i've just added  margin 0 and padding 0  at the div and the offset now works correctly ciao Diego --- Mer 3/9/08, Hamid [EMAIL PROTECTED] ha scritto: Da: Hamid [EMAIL PROTECTED] Oggetto: [jQuery] Re: Anyone know why

[jQuery] R: [jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE

2008-09-03 Thread diego valobra
Sorry i made a mistakeit works with the margin 0 and the padding 0 given at the body.. Diego --- Mer 3/9/08, Hamid [EMAIL PROTECTED] ha scritto: Da: Hamid [EMAIL PROTECTED] Oggetto: [jQuery] Re: Anyone know why mouse position inside div is different in Firefox and IE A: jQuery (English

[jQuery] Re: [ $(document).ready ] it doesn't work with HTML loaded dynamically

2008-08-26 Thread diego valobra
and that's it take a look at the demo page http://www.pirolab.it/jtb/content_1.php I hope it helps you Diego 2008/8/26 Will [EMAIL PROTECTED] Hello, I prefer prevent you that I'm french. I post on this group cause

[jQuery] Re: XML Parsing: Getting a node value

2008-08-23 Thread Diego A.
/html The above sample is tested in IE7, using jQuery 1.2.6 -- Cheers, Diego A.

[jQuery] Re: yet again XML+jQuery+IE7

2008-07-17 Thread Diego A.
'); el.innerHTML = xml; alert(el.firstChild.innerHTML); utilizing jQuery facilities for DOM traversing is the next obvious step. hope someone will notice this and file a bug for the dears jQuery developers. -- Cheers, Diego A.

[jQuery] Re: Help with XML parsing/looping

2008-07-17 Thread Diego A.
Hi, I made this plugin last week and it just seems that out of nowehere everyone seems to be looking for it: XML 2 JSON: http://www.fyneworks.com/jquery/xml-to-json/ Hope it helps... Cheers, Diego A. 2008/7/16 linesandwaves [EMAIL PROTECTED]: Hi all, I realize this is a gigantic newbie

[jQuery] Re: Why does IE not cache images?

2008-07-16 Thread Diego A.
until the page is fully loaded.) Is there any way to change this behavior? If I put all the images directly in my document (not generating them dynamically) the image is only loaded once, but this is not an option for me. Thanks a lot, Christian P.S.: I use IE 6.0. -- Cheers, Diego A.

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-15 Thread Diego
, Diego A. On Jul 8, 12:11 am, chris thatcher [EMAIL PROTECTED] wrote: yeah it would be great to see it ported to a jQuery plugin in combination with your work and then you could actually use jQuery ajax and it would be cleaner.  I've used it a lot and for me the big thing is the ability to easy set

[jQuery] Re: Replacing html in ajax success callback?

2008-07-15 Thread Diego A.
Hi, Assuming the link is directly within the td (ie.: the td tag is the a tag's parent), you can do this: $(this).parent().htm(results); Cheers, Diego A. NB.: That is, obviously, instead of $(this).replaceWith(results); 2008/7/14 s.ross [EMAIL PROTECTED]: Hello-- I have what seems

[jQuery] Re: PLUGIN: Select Multiple Control

2008-07-15 Thread Diego A.
Hi Ryan, Thank you for this. Great work! Cheers, Diego A. 2008/7/13 Rey Bango [EMAIL PROTECTED]: Ryan Cramer released this new plugin: http://www.ryancramer.com/journal/entries/select_multiple/ Code: http://code.google.com/p/jquery-asmselect/ Demo: http://www.ryancramer.com/projects

[jQuery] Re: yet again XML+jQuery+IE7

2008-07-15 Thread Diego A.
Hi Tzury, I've just released a plugin to work around XML parsing issues by converting it to JSON. Tested in IE6/7, FF2/3. You might find it useful. XML 2 JSON Plugin http://www.fyneworks.com/jquery/xml-to-json/ Cheers, Diego A. 2008/7/15 Tzury [EMAIL PROTECTED]: the following example

[jQuery] Re: yet again XML+jQuery+IE7

2008-07-15 Thread Diego A.
Hi Tzury, If that's the exact code you're using, then you should first convert the XML string into a jQuery object, like this... xml = $(' {xml goes here} '); Hope that helps. Diego A. 2008/7/15 Tzury [EMAIL PROTECTED]: On Jul 15, 5:53 pm, John Resig [EMAIL PROTECTED] wrote: Hey - can

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-15 Thread Diego A.
('telly') // gives us array with nodes kitchen.telly and lounge.telly. $.each(json.find('telly'), function(i, node){ // 1st - kitchen.telly node // 2nd - lounge.telly node }); How does that sound??? Cheers, Diego A. 2008/7/15 chris thatcher [EMAIL PROTECTED]: On Tue, Jul 15, 2008 at 10:18 AM

[jQuery] Re: XML Parsing: Getting a node value

2008-07-12 Thread Diego A.
(); The above query is not working, So I tried the below one: $(A, xmlDoc).find(TestTag).text(); But no use. How can I get that node value? -- Cheers, Diego A.

[jQuery] Re: Similar Plugins

2008-07-12 Thread Diego A.
Hi all, I also think it's a great idea, but how would it actually work? Will someone over-see the plugin directory and set the relationship between plugins, or will the authors do it themselves? Cheers, Diego A. 2008/7/8 Jörn Zaefferer [EMAIL PROTECTED]: Thanks for sharing the idea. I've

[jQuery] Re: Parsing XML using jQuery

2008-07-12 Thread Diego A.
Hi there, This plugin might be useful: XML to JSON plugin v1.0 http://www.fyneworks.com/jquery/xml-to-json/ Cheers, Diego A. 2008/7/9 Wallonman [EMAIL PROTECTED]: It seems that the DOM parsed 'on the fly' isn't ready for querying. When doing something weird like: var xml = $('rootpHello

[jQuery] Re: Star rating plugin + rails

2008-07-12 Thread Diego A.
Hi JB, Thank you for spotting this problem and posting back with the solution. I've added this fix to the plugin and will publish it on Monday (when I have FTP access). Cheers, Diego A. 2008/7/9 JB [EMAIL PROTECTED]: I figured this out, just in case anyone else has the same problem

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread Diego
Hi Alexsandro, Yeah, that could work. Watch this thread. I will post back here when I've done it... Cheers, Diego A. On Jul 7, 3:30 pm, Alexsandro_xpt [EMAIL PROTECTED] wrote: Hi Diego, I mean ( 1 ) I Know, but would be something like that xmlpersonnameDiego/ name/person/xml already

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread Diego
of my plugin... Cheers, Diego A. On Jul 7, 8:10 pm, chris thatcher [EMAIL PROTECTED] wrote: Have you looked at xotree.js ?  Nice work. On Mon, Jul 7, 2008 at 10:30 AM, Alexsandro_xpt [EMAIL PROTECTED] wrote: Hi Diego, I mean ( 1 ) I Know, but would be something like

[jQuery] Re: Why (function($){ ...})(jQuery) instead of (function(){var $ = jQuery; ...})()?

2008-07-04 Thread Diego A.
the code if jQuery is unavailable - avoid colisions when files are merged (; at the start) Cheers, Diego A. 2008/7/4 Michael Geary [EMAIL PROTECTED]: Sorry, Diego, but you may have made things *more* confusing! :-) If you change enclosures of *that* kind to enclosures of *either* kind

[jQuery] Re: Why (function($){ ...})(jQuery) instead of (function(){var $ = jQuery; ...})()?

2008-07-04 Thread Diego A.
) or if( typeof jQuery != 'undefined' ) Note that the (function($){ ... })(jQuery); approach is 6 bytes shorter than (function(){ var $ = jQuery; })(); It also looks cooler ;) -- Ariel Flesler http://flesler.blogspot.com -- Cheers, Diego A.

[jQuery] NEW: XML to JSON Plugin

2008-07-04 Thread Diego
and demos. XML to JSON Plugin - http://fyneworks.com/jquery/xml-to-json/ As always, feedback is welcome! Cheers, Diego

[jQuery] Re: selecting div's with dynamic id's

2008-07-04 Thread Diego A.
Hi Karl, Of course, you're right. Javascript should be kept separate from the HTML. Cheers, Diego A. 2008/7/4 Karl Swedberg [EMAIL PROTECTED]: Hi Kris, I'd give the show description links a common class -- for example, show-description That way you can use a basic selector to apply

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-04 Thread Diego
to differentiate between attributes / nodes. ie.: xmlpersonnameDiego/name/person/xml ...gives the same output as this... xmlperson name=Diego/person/xml ...so it would be impossible to reverse the conversion. If (2): This is quite easy. And actually, it would be pretty similar to the code I wrote to show the JSON

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-04 Thread Diego
Hi Mike, I actually wrote this to use with your form plugin (to process xml responses of a CMS). Really appreciate your feedback... Cheers, Diego Mike Alsup wrote: See the documentation page for more examples and demos. XML to JSON Plugin -http://fyneworks.com/jquery/xml-to-json

  1   2   3   >