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

2008-07-04 Thread Diego A.
00 Show description sadasdas dasdasd Cheers, Diego A. 2008/7/4 Kris <[EMAIL PROTECTED]>: > > Whats the best way to provide functionality (eg. toggle an 'additional > information' div) when dealing with records with unique id's. > > For example lets sa

[jQuery] NEW: XML to JSON Plugin

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

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

2008-07-04 Thread Diego A.
when files are merged (; at the start) > > That will fail if jQuery isn't included, you can do either: > if( window.jQuery ) > 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] Re: Why (function($){ ...})(jQuery) instead of (function(){var $ = jQuery; ...})()?

2008-07-04 Thread Diego A.
})(jQuery); ...which: - encloses local vars - silently ignores 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! :-) > &g

[jQuery] Re: Validation and Tabs plugins compatibility

2008-07-03 Thread Diego A.
he focus to that tab. something like... $('#my-tabs > div').each(function(i){ if($('.error', this).length>0) $(this).tabs('activate', i); }); I'm not sure that 'activate' is the right action for the tabs plugin, you'll have to check the

[jQuery] Re: jQuery not setting X-Requested-With XMLHttpRequest

2008-07-03 Thread Diego A.
Use this: $.ajaxSetup({ headers: {"X-Requested-With":"Ajax"} }); Diego 2008/7/3 duck! <[EMAIL PROTECTED]>: > > > Does setting the "contentType" work? > http://docs.jquery.com/Ajax/jQuery.ajax#options > > > Chris Bailey-4 wr

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

2008-07-03 Thread Diego A.
e your own variables within an anonymous function, but unless you're using jQuery.noConflict(), you don't actually need to do this at all. I hope that clears up any confusion... Diego 2008/7/3 jfine <[EMAIL PROTECTED]>: > > > On 3 Jul, 21:35, "Michael Geary" <[E

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

2008-07-03 Thread Diego A.
is for your personal use (ie.: you're not going to share it with anyone) and you're not using jQuery.noConflict();, then you don't need to declare the $ variable at all. Hope this helps. Diego 2008/7/3 jfine <[EMAIL PROTECTED]>: > > The (rather long) subject line say

[jQuery] Re: Multiple File Upload Update

2008-07-02 Thread Diego A.
ue, 1 Jul 2008 10:52:22 -0700 (PDT), Diego A. wrote: > >http://www.fyneworks.com/jquery/multiple-file-upload/ > > Diego, > > Also the navigation menu on that page does not work in IE7. > > There is no way to reach the actual download link. > > I guess your using some alte

[jQuery] Re: Star Rating Plugin

2008-07-02 Thread Diego A.
Thanks for pointing that out. Silly me thought it would be OK to test using the "Simulate IE7" feature in IE8. Turns out not even that works in IE... Anyway, lesson learnt, all fixed now! On Jul 2, 5:41 am, "C.Everson" <[EMAIL PROTECTED]> wrote: > On Tue, 1 Jul 200

[jQuery] Re: Star Rating Plugin

2008-07-01 Thread Diego A.
Oops, forgot to post a link: http://www.fyneworks.com/jquery/star-rating/ On Jul 1, 6:50 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > Announcement to anyone using this plugin: > > - MAJOR BUG FIXES: >  - - split stars did not work in hidden layers >  - - now

[jQuery] Re: Multiple File Upload Update

2008-07-01 Thread Diego A.
Oops, forgot to post the link: http://www.fyneworks.com/jquery/multiple-file-upload/ On Jul 1, 6:48 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > Annoucement to anyone using this plugin: > - MAJOR BUG FIX > - New documentation website > - Documentation available to down

[jQuery] Star Rating Plugin

2008-07-01 Thread Diego A.
Announcement to anyone using this plugin: - MAJOR BUG FIXES: - - split stars did not work in hidden layers - - now works without dimensions plugin - New documentation - Documentation can be downloaded (works off-line just as it does online)

[jQuery] Multiple File Upload Update

2008-07-01 Thread Diego A.
Annoucement to anyone using this plugin: - MAJOR BUG FIX - New documentation website - Documentation available to download (works off-line just as it does online)

[jQuery] Bug Fix: Multiple File Upload Plugin

2008-05-20 Thread Diego A.
Hi All, All users of this plugin should download the latest version to fix a fatal bug in IE7. SEE: http://www.fyneworks.com/jquery/multiple-file-upload/ Cheers, Diego A.

[jQuery] Re: Ajax Replacing HTML Using JSON

2008-04-24 Thread Diego A.
Glad to know you solved it. On Apr 23, 4:59 pm, "s.ross" <[EMAIL PROTECTED]> wrote: > On Apr 23, 2008, at 1:27 AM, Diego A. wrote: > > > > > Is the new link by any chance being inserted within the trigger > > itself? (doesn't seem like it would work

[jQuery] Re: Why is form submit action not being invoked?

2008-04-23 Thread Diego A.
Works fine for me in Firefox But you have this line at the start of the validation function that I assume can only be for testing purposes: alert(document.getElementById('Email').value); On Apr 22, 10:57 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > When I submit the contact form

[jQuery] Re: Ajax Replacing HTML Using JSON

2008-04-23 Thread Diego A.
Is the new link by any chance being inserted within the trigger itself? (doesn't seem like it would work because the code takes the href attribute from the trigger itself, not the link within it, but it could cause something weird to happen). Other than that, are use using event delegation or liv

[jQuery] Re: getScript is great to add scripts dynamically, but how might you remove scripts?

2008-04-23 Thread Diego A.
that's a point, but as Jake and Yansky have pointed out, once the script is downloaded and executed it will have "done stuff" and "stored stuff in memory". Removing a script doesn't change anything. Perhaps the question needs rephrasing... ...which will beg another question: what exactly does the

[jQuery] Re: Jquery cycle plugin and images included dynamically

2008-04-12 Thread Diego A.
stead? Diego On Apr 12, 1:20 am, jawosis <[EMAIL PROTECTED]> wrote: > Hi, > > I am using the jquery cycle plugin for slide effects of images being > included dynamically to the website. Unfortunately, the images in the > hidden divs will not show in their original size once bei

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-07 Thread Diego A.
y of doing it. :) > > > One other thing. I can't get this version to work at all in IE 7 when > > the stars are split. The stars don't show up. Even the radio buttons > > won't show up. > > > On Apr 4, 4:24 am, "Diego A." <[EMAIL PROTECTED]>

[jQuery] Re: Star Rating v2 and Half-Star (NEED FEEDBACK)

2008-04-04 Thread Diego A.
r each one? > > On Apr 3, 4:10 pm, AsymF <[EMAIL PROTECTED]> wrote: > > > Any way to get around the need for the metadata plugin? I am trying to > > keep included scripts light. > > > On Mar 20, 3:23 pm, "Diego A." <[EMAIL PROTECTED]> wrote: >

[jQuery] Re: cycle plugin problem

2008-03-04 Thread Diego A.
> ancient one under the comment: > > // MODIFIER FOR METADATA PLUGIN > > Cycle is borking because the call to retrieve metadata is returning a > full jQuery object. > > Mike > > On Tue, Mar 4, 2008 at 9:49 AM, Diego A. <[EMAIL PROTECTED]> wrote: > > > Hi Mike

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread Diego A.
> However, I would like to be able to display incremental stars such > that if I have a rating of 3.75, then 3 stars and 75% of a 4th star > will be shown with the rest grayed out. > > On Mar 4, 9:27 am, "Diego A." <[EMAIL PROTECTED]> wrote: > > > I have been

[jQuery] Re: cycle plugin problem

2008-03-04 Thread Diego A.
'packed' version... PPS.: Using jQuery 1.2.3 Rev 4663 PPPS.: There's no hurry so don't put yourself out... On Mar 4, 2:19 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Diego, can you post a link? > > > > > > > I have not been able to use t

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread Diego A.
Perhaps the way forward is to add the ability to display decimal points and accept the input of whole numbers (and at a push, .5s). How are you going to use this? On Mar 1, 5:46 pm, AsymF <[EMAIL PROTECTED]> wrote: > I am now working on the jQuery Star Rating Plugin v1.1 by Diego > A.,http:

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread Diego A.
That's because the .lt and .gt methods were removed in jQuery 1.2. See: http://www.learningjquery.com/2007/09/upgrading-to-jquery-12 http://docs.jquery.com/Release:jQuery_1.2 On Feb 29, 10:41 pm, AsymF <[EMAIL PROTECTED]> wrote: > I tried using that one, too. Doesn't work at all. All the stars ar

[jQuery] cycle plugin problem

2008-03-04 Thread Diego A.
ht be wrong? Thanks in advance! Diego A.

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-04 Thread Diego A.
Good point Shawn, BUT that won't (or at least shouldn't) work on modern browsers due to security reasons, so it's not a reliable solution. The only *real way* is with a Java Applet (and maybe Flash). On Mar 4, 1:58 pm, Shawn <[EMAIL PROTECTED]> wrote: > I don't know of any reliable way to do so.

[jQuery] Re: Suggestions for the validation plugin

2008-02-16 Thread Diego A.
I've created them here... #1: Ignore fields without a method specified http://plugins.jquery.com/node/1601 #2: Accept custom messages from rules option http://plugins.jquery.com/node/1602 ...but I wasn't able to assign them to you (no permission I believe). Thanks, Diego On Feb 1

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload & Star Rating

2008-02-15 Thread Diego A.
LOL, I was going to say "comnig from you", but I don't know where "you" went... I should hopefully have sometime to work on the star rating plugin next week... I'll post developments On Jan 14, 10:06 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On J

[jQuery] Re: OT: TinyMCE help

2008-02-15 Thread Diego A.
I don't have any TinyMCE experience, but I do have FCKEditor experience and it offers MANY image selection, upload and manipulation plugins... www.fckeditor.net On Feb 15, 3:34 pm, Gordon <[EMAIL PROTECTED]> wrote: > I know this is OT but I couldn't find muchuseful on the TinyMCE home > page and

[jQuery] Suggestions for the validation plugin

2008-02-15 Thread Diego A.
Hi Jorn, (hoping that you will get this) firstly, I'd like to suggest a simple change to the validation plugin that might save everyone a bit of time. Line 413 of the current release goes: 413 var result = jQuery.validator.methods[rule.method].call(... ...which throws an error when you haven't d

[jQuery] Re: Choosing an Autocompletion solution

2008-02-13 Thread Diego A.
I use: http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ I made this decision a few months ago, but I remember going through 4 or 5 options (I even considered writing my own), but in the end I chose the option that I thought was most likely to see future development and support. O

[jQuery] Re: What am I missing with jQuery Forms ajaxSubmit?

2008-02-13 Thread Diego A.
y around! > > Thanks for the advice. > > John > > On Feb 6, 3:55 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > > Mike, does the form plugin ever use hidden iFrames, perhaps in upload > > > forms? > > > Yes, good point, Diego. This probably would happen if there is a file being > > uploaded. Removing the ContentType header would solve the problem.

[jQuery] Re: What am I missing with jQuery Forms ajaxSubmit?

2008-02-06 Thread Diego A.
Sounds like wrong content-type or headers. Mike, does the form plugin ever use hidden iFrames, perhaps in upload forms? On Feb 6, 3:32 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > Just to make sure, can you visit the target resource manually in > > Firefox and not get the External dialog? > >

[jQuery] Re: jquploader 2 alpha 1 - rich file upload dialog plugin - please test and help

2008-01-31 Thread Diego A.
It looks great and works for me (FF2, WinXP SP2). I can't really help with the plugin because I know nothing about Flash/ ActionScript, but you should read this: http://docs.jquery.com/Plugins/Authoring On Jan 31, 11:36 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > Hello friends, > > I

[jQuery] Re: Overriding form submissions in a way that deals with this.form.submit()

2008-01-31 Thread Diego A.
This should do it: $('form').each(function(){ this.onsubmit = function(){ // do stuff } }; On Jan 31, 12:07 pm, the_woodsman <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm using Jquery to override form submits, i.e: > > var tabsForms=$('#'+el.id+' form'); > tabsForms.submit(function(){

[jQuery] Re: File inputs

2008-01-31 Thread Diego A.
Actually, this method seems good enough to me: http://www.quirksmode.org/dom/inputfile.html ...specially with the forced IE6 updated coming soon. On Jan 31, 8:52 am, "Diego A." <[EMAIL PROTECTED]> wrote: > I've tried for a long time to do this and as far as I know:

[jQuery] Re: File inputs

2008-01-31 Thread Diego A.
I've tried for a long time to do this and as far as I know: it just can't be done. Perhaps the next generation of browsers will allow us developers to call the file seclection box like this "window.chooseFile", just like we can use "window.prompt"... If this does turn out to be possible, eventual

[jQuery] Re: How do I stop the form control (but not the label) itself receiving the "error" class

2008-01-24 Thread Diego A.
Seems like everything you need is right here: http://docs.jquery.com/Plugins/Validation#Error_messages QUOTE: Error messages An error message displays a hint for the user about invalid elements, and what is wrong. There are three ways to provide error messages. Via the title attribute of the inpu

[jQuery] Re: Autocomplete with ComboBox

2008-01-24 Thread Diego A.
There's no need for a new plugin. This is all down to your implementation. 1. Create the state autocomplete field. 2. Use the callback function to create the city autocomplete field (pointing to the list of cities of the selected state). Done :-) On Jan 24, 4:33 pm, Feijó <[EMAIL PROTECTED]> wr

[jQuery] Re: How to add vars to my data object

2008-01-24 Thread Diego A.
var myDatavar = {x:1, y: 10, g:2} $.extend(myDatavar, {a:1, b:20, c:3}, {f:1, g:56, h:8} // and so on... ); RESULT: myDatavar = { a:1, b:20, c:3, f:1, g:56, h:8, x:1, y:10 }; Hope that helps... On Jan 24, 10:17 am, Woutse <[EMAIL PROTECTED]> wrote: > I've been searching but couldn't find ho

[jQuery] Re: using a different tag than for error messages

2008-01-24 Thread Diego A.
CODE? And why have you posted this twice? On Jan 24, 10:00 am, Dave Stewart <[EMAIL PROTECTED]> wrote: > Hello, > I'd rather not use tags for my error messages, as I think > s are less semantically ambiguous. > Is there any way I can change the default functionality? > At the moment I'm placing

[jQuery] Re: How do I stop the form control (but not the label) itself receiving the "error" class

2008-01-24 Thread Diego A.
Depends entirely on your code? What gives the input the 'error' class in the first place? On Jan 24, 9:58 am, Dave Stewart <[EMAIL PROTECTED]> wrote: > Pretty much sums it up really. > I only want the error label (of class "error") to be displayed, but > not the class of the text box or such like

[jQuery] Re: Calendar inside a Tab3

2008-01-22 Thread Diego
thanks, i initialize in load and works On 22 ene, 14:32, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Jan 22, 5:13 pm, Diego <[EMAIL PROTECTED]> wrote: > > > Yes > > > > > > > > GoInsert > li> > > > [..

[jQuery] Re: Calendar inside a Tab3

2008-01-22 Thread Diego
laus Hartl <[EMAIL PROTECTED]> wrote: > On Jan 22, 5:13 pm, Diego <[EMAIL PROTECTED]> wrote: > > > Yes > > > > > > > > GoInsert > li> > > > [...] > > > the tabs load an action and forward t

[jQuery] Re: Is it possible jQuery do similar actions width $("this") such as selectors like $("DIV A")

2008-01-22 Thread Diego
// `find` for locate element in a content $('#container') .find('a') .click(function() { alert('hi'); }); // search in the content using var var this= $('#container'); $('a', this) .click(function() { alert('hi'); }); just theory, i'm newbie in jqu

[jQuery] Re: Calendar inside a Tab3

2008-01-22 Thread Diego
Yes GoInsert [...] the tabs load an action and forward to jsp page On 22 ene, 12:56, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Jan 22, 4:29 pm, Diego <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > I'm wor

[jQuery] Calendar inside a Tab3

2008-01-22 Thread Diego
Hi I'm working with tabs3. In one tab im loading a jsp with a form inside. i'm trying to use datepicker inside the tab but i cant do it. I can make the calendar works in any input text the index but no in the tab that i have. Here is my code, im using it in the index, then i copy and paste in t

[jQuery] Re: xml parsing - what am i doing wrong?

2008-01-21 Thread Diego A.
Where do you define "datascape.anchors"? You use it as the context for this line, but you don't seem to have defined it anywhere. var thisDS = $('scape[title="'+UI.section+'"]', datascape.anchors); Also, your jquery call is returning the jQuery version of the XML to nowhere. All you need to do i

[jQuery] Re: Is there a way to hide the script

2008-01-21 Thread Diego A.
You need to help people help you. Why did it not work? did you get any error messages? Have you read some basic tutorials on how to do it? http://www.google.co.uk/search?q=external+js+file+tutorial On Jan 21, 3:52 pm, DeaR <[EMAIL PROTECTED]> wrote: > I've tried already putting all the scripts

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload & Star Rating

2008-01-21 Thread Diego A.
Hi, I only keep the English language files on my website. But the jQuery Plugin will still work fine with your installation of FCK (and your language files). Thanks, Diego A. On 21/01/2008, Miguelito <[EMAIL PROTECTED]> wrote: > > > > HI, demo not working: > > FCKLa

[jQuery] Re: Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-17 Thread Diego A.
t; return $(value).text().length >= param > }, $.format("Please enter at least {0} characters")); > > and a class using this method: > > class="{required:true,strippedminlength:5}" > > That works great :) > > > Diego A. schrieb: > > That depends on

[jQuery] Re: Changing url

2008-01-16 Thread Diego
nvm It works $(function() { $('#container ul').tabs(3); $('#container ul').tabs({ cache: false }); $('#container ul').tabs({ click: function() { $('#container').tabs().tabsHref(3,'/jsp/BuscarTareas.do'); } }); });

[jQuery] Re: Changing url

2008-01-16 Thread Diego
14:34, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Jan 16, 4:11 pm, Diego <[EMAIL PROTECTED]> wrote: > > > How you change the url of a tab 'on the fly' ? > > for example, clicking the second tab change the url of the first tab? > > > thanks > &g

[jQuery] [Tabs3] Changing url

2008-01-16 Thread Diego
How you change the url of a tab 'on the fly' ? for example, clicking the second tab change the url of the first tab? thanks

[jQuery] Re: Help with Tabs 3 and struts

2008-01-16 Thread Diego
the tab, it calls a action that complete my form and then, when i click submit, call another action, it saves the info and create a message and display that message only in the active tab) On Jan 15, 6:16 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On Jan 15, 7:39 pm, Diego <[EMA

[jQuery] Re: Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-16 Thread Diego A.
But I have one more question: Do you know if it's possible to strip html > tags when checking for the length of the typed in content because when I > type in let's say 2 chars, than fckeditor will add the "" and "" > tag around it and so the check won

[jQuery] Re: Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-16 Thread Diego A.
; > 1) insert sth into the textarea from fckeditor > > 2) click on submit button -> the error occurs that you haven't entered > > at least 5 chars even though I/you have ... > > 3) focus the textarea and than again click the submit button -> error > > goes awa

[jQuery] Re: Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-16 Thread Diego A.
ubmit button -> the error occurs that you haven't entered > at least 5 chars even though I/you have ... > 3) focus the textarea and than again click the submit button -> error > goes away and it works as it should ... > > and no, I have no ajax submit! > > I dunno w

[jQuery] Help with Tabs 3 and struts

2008-01-15 Thread Diego
Hi I'm programming a j2ee application, using struts. Yesterday I start learning jquery (really fast, helping me a lot!). now I'm trying to use Tabs3 , but i need that the context of the tab call an action first (using struts), and then charge the jsp, is it possible? thanks a lot!

[jQuery] Re: Weird bahaviour of validation plugin in a textarea used by fckeditor

2008-01-15 Thread Diego A.
You say "the error occurs". What is "the error"? That's probably why people haven't replied to help. When you need help, it "helps" to be as clear and concise as possible. Anyway, I assume the problem is that you're trying to submit the contents of FCKEditor via ajax. This is not possible withou

[jQuery] Re: jQuery Form Plugin, and ajax submit without submit button

2008-01-15 Thread Diego A.
EMAIL PROTECTED]> wrote: > Diego A. ha scritto:> Use the ajaxSubmit method: > > $('#form_id').ajaxSubmit() > > I've tried your way, but still have errors when I call > $('#form_id').ajaxSubmit(): > > options.url.indexOf is not a function > o

[jQuery] Re: simple ajax question

2008-01-15 Thread Diego A.
What you actually need is to do whatever someFunc does inside the success function. If it depends on the result of the ajax call, then forget someFunc and someVar. Why can't you just do it like this? $.ajax({ type: "GET", url: requestURL, success: function(msg){

[jQuery] Re: Method to convert dimenions value to ColdFusion variable?

2008-01-15 Thread Diego A.
8 pm, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > Hi, Diego... and thanks for the reply. > > I know that I can use the Dimensions plug-in to get > exactly the data that I need, I'm just not sure how to > get it back to the server. > > Ajax? Or I guess I coul

[jQuery] Re: Autocomplete does not trigger onchange javascript code in input element.

2008-01-14 Thread Diego A.
I work around the same issues with several other plugins as well... I'll explain how I solve it, maybe that will help others with the same problem. * I add my own 'layer' to the initialization of the plugin. * Instead of... $('input.autocomplete').autocomplete({ /* options */ }); I do this... $

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload & Star Rating

2008-01-14 Thread Diego A.
you hadn't noticed) http://www.learningjquery.com/2007/05/half-star-rating-plugin On Jan 14, 9:41 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Fantastic, Diego! That's really exciting news. I was about to start > work on a semantically-correct half-star rating plugin myself, but I

[jQuery] Re: Method to convert dimenions value to ColdFusion variable?

2008-01-14 Thread Diego A.
There are components you can use, but usually, the only way is to use javascript on the client to calculate the dimensions and then 1. post it back to the server OR 2. set a cookie that can be read by the server-side script On Jan 14, 7:34 pm, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > Hi, all

[jQuery] Re: Plugin updated: FCKEditor, Codepress, Multiple File Upload & Star Rating

2008-01-14 Thread Diego A.
ly correct' version and then work towards the other advanced features such as half-ratings, custom images, on/off toggle, etc... I will develop all those features in the coming weeks and post the updates here for anyone who's interested... Thanks guys, Diego On Jan 14, 5:49 pm, Karl Swedbe

[jQuery] Re: jQuery Form Plugin, and ajax submit without submit button

2008-01-14 Thread Diego A.
Use the ajaxSubmit method: $('#form_id').ajaxSubmit() 1. jQuery ajaxSubmit() be.twixt.us/jquery/formSubmission.php 2. jQuery Form Plugin www.malsup.com/jquery/form/ On Jan 14, 3:58 pm, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hi, I'm using this fantastic plugin but if I try to subm

[jQuery] Plugin updated: FCKEditor, Codepress, Multiple File Upload & Star Rating

2008-01-14 Thread Diego A.
query/Codepress/ Multiple File Upload Plugin: http://www.fyneworks.com/jquery/multiple-file-upload/ Star Rating Plugin: http://www.fyneworks.com/jquery/star-rating/ Cheers, Diego

[jQuery] Re: Metadata plugin performance issues

2007-09-23 Thread Diego A.
Done || this.nodeType == 9 || $.isXMLDoc(this) ) return; ...in order for short-circuiting to work. Indeed, this would have stopped $.isXMLDoc(this) being executed over and over again. Thanks, Diego A. On Sep 22, 10:05 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > > I didn't

[jQuery] Re: Metadata plugin performance issues

2007-09-22 Thread Diego A.
rcuiting, all you have to do > is move this.metaDone to before the function call, like so: > > if ( this.metaDone || this.nodeType == 9 || $.isXMLDoc(this) ) return; > > See here for more > info:http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Op... > > --Erik

[jQuery] Metadata plugin performance issues

2007-09-21 Thread Diego A.
I've written a short article about Metadata plugin performance issues in my blog: http://fyneworks.blogspot.com/2007/09/jquery-metadata-plugin-performance.html I was wondering what you guys think about it... ...also might help people with the same problem.

[jQuery] Re: Form Input Lookup

2007-08-30 Thread Diego A.
Start here: http://www.google.co.uk/search?q=jquery+autocomplete&sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-14,GGGL:en On Aug 30, 9:33 am, Phunky <[EMAIL PROTECTED]> wrote: > Hello, please do excuse my lack of knowledge with JS and JQuery but i > have attempted to avoid everything JS for

[jQuery] Re: Dimensions 1.1 Released

2007-08-13 Thread Diego A.
Great work Brandon. I'm so glad I can rely on your dimensions plugin to do some of my dirty work... lol Thanks! Diego A. On Aug 13, 5:34 am, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > I just released Dimensions 1.1. It includes an option to include margin for > the

[jQuery] jQuery Multiple Upload Plugin v1.23

2007-08-13 Thread Diego A.
Just quick a message to anyone using the jQuery Multiple Upload Plugin. New version: http://www.fyneworks.com/jquery/multiple-file-upload/ - copies original element attributes for new elements This is more of a 'heads up', but as usual, feedback will be welcomed. Thanks, Diego A.

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-08-01 Thread Diego A.
t; http://sc1fs003/administration/?FCKeditor1=%3Cp%3E%3Cstrong%3Etest%3C%2Fstrong%3E%3C%2Fp%3E&ItemSave=Save#and > nothing in the post. > > Thank you very much for your help so far. > > On 7/31/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > Shaun, > > > >

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-31 Thread Diego A.
Shaun, You haven't used the plugin. The script wasn't loaded. So the 'ajaxSubmit' method wasn't intercepted. Please read installation instructions here: http://www.fyneworks.com/jquery/FCKEditor/ Cheers, Diego A. On 31/07/07, Shaun Kester <[EMAIL PROTECTED]> w

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
}); > }); > > The server finally gets the content (ya!), but any formatting tags > like 'p' and 'strong' are gone. I get just the plain text. > > On Jul

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
gt; wrote: > How do I set the FCK options like width, toolbar, etc? > > On Jul 27, 11:31 am, "Diego A." <[EMAIL PROTECTED]> wrote: > > > Try my plugin:http://www.fyneworks.com/jquery/FCKEditor/ > > > On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]>

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Diego A.
Josh, Great work! Thanks for sharing... Diego A. On Jul 26, 1:21 am, Josh Bush <[EMAIL PROTECTED]> wrote: > I just wanted to announce that I've finally released v1.0 of my masked > input plugin. Please check it out at: > > http://digitalbush.com/projects/masked-inp

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Diego A.
Wait I will... Thanks ;-) On 27/07/07, John Resig <[EMAIL PROTECTED]> wrote: > > > It'll be out within the week, so you're welcome to wait, if you wish. > > --John > > On 7/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > > Thanks John/

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
Try my plugin: http://www.fyneworks.com/jquery/FCKEditor/ On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a heck of a time getting either tinymce or fckeditor to > load via ajax and then be submitted with mikes awesome form plugin. > Anybody got these to succe

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Diego A.
Thanks John/Brandon, (guess you both replied at about the same time) Any ideas on how long it will be until 1.1.4 is out? Should I stick to 1.1.2 until 1.1.4 is released? On Jul 27, 6:33 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm not su

[jQuery] jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Diego A.
Hi there, I'm not sure whether this is a bug or an intentional change, but I'm having problems with my implementations of jQuery because version 1.1.3 ignores inline event registrations - ie.: conventional onclick="alert('hello world');" declarations. I've setup a test here: http://www.fyneworks

[jQuery] Re: What's happened to $.expr['@'] in jQuery 1.1.3?

2007-07-05 Thread Diego A.
$=" && z.substr(z.length - m[5].length) == m[5] || > (type == "*=" || type == "~=") && z.indexOf(m[5]) >= 0) ^ not ) { > tmp.push( a ); > } else { > // Check jQuery.expr["@"] for custom attribute selectors > } >

[jQuery] Re: What's happened to $.expr['@'] in jQuery 1.1.3?

2007-07-05 Thread Diego A.
I would like to help but you've lost me there Aaron... Is it possible to attach an "else" to the "if" statement that replaced it[1] > that checks in [EMAIL PROTECTED] On 05/07/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote: > > On 7/5/07, John Resig <[EMAIL PROTECTED]> wrote: > > > > > > Yeah, thi

[jQuery] Re: What's happened to $.expr['@'] in jQuery 1.1.3?

2007-07-05 Thread Diego A.
Thanks Ralf, you've been a great help. I'll see what I can do with this... On 05/07/07, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: > > > On Wed, Jul 04, 2007, Ralf S. Engelschall wrote: > > > On Wed, Jul 04, 2007, Diego A. wrote: > > > > > Hi

[jQuery] What's happened to $.expr['@'] in jQuery 1.1.3?

2007-07-04 Thread Diego A.
Hi John (and the team), Congratulations on the new release, it's looking great. Can't wait for 1.2... The only small problem I've had is with an old plugin I've been used for a while, which adds regular expression selectors: (function($){ $.extend($.expr['@'], { "=~": "z.match(RegExp(m

[jQuery] Re: WYSIWYG Editor in Jquery

2007-07-02 Thread Diego A.
I've seen a couple of WYSIWYG editors in jquery in the last couple of months, but they're very limited and still in early stages of development. I'd recommend using a well established project such as FCKEditor or TinyMCE. As the message above mentions, you're in luck as I've been working on an FC

[jQuery] Re: jQuery 1.1.3: 800%+ Faster, still 20KB

2007-07-02 Thread Diego A.
Hi John (and the team), Congratulations on the new release, it's looking great. Can't wait for 1.2... The only small problem I've had is with an old plugin I've been used for a while, which adds regular expression selectors: (function($){ $.extend($.expr['@'], { "=~": "z.match(RegExp(m

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-07-01 Thread Diego A.
Take your time, I know you have a million and one things to do. I've spread the word so I'll look forward to comments by FCK/Codepress users... On 01/07/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > > > Diego A. wrote: > > Hi Jorn, > > > > I've d

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-29 Thread Diego A.
s/ ...it's essentially the same as the FCKEditor plugin above. Thanks in advance Diego A. On Jun 28, 9:53 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Diego A. wrote: > > Any feedback will be appreciated. > > I find an integration plugin that simply registers itself with

[jQuery] Re: Difference between element and # access

2007-06-29 Thread Diego A.
n "div#TimelineContainer" in your first example. > > --John > > On 6/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > > > I'm not sure, but I'm guessing there will be some sort of performance > > difference. I'm guessing '#id'

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-28 Thread Diego A.
. Am I making sense? On Jun 28, 9:53 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Diego A. wrote: > > Any feedback will be appreciated. > > I find an integration plugin that simply registers itself with other > plugins to support any kind of rich text editor for those plu

[jQuery] Re: FCKEditor/Codepress/TinyMCE Plugin

2007-06-28 Thread Diego A.
<[EMAIL PROTECTED]> wrote: > Diego, > No real feedback, just a "Great work" pat on the back. I'd like to see the > TinyMCE implementation (or even a TinyMCE to jQuery re-write). > > On 6/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > > > >

[jQuery] Re: Difference between element and # access

2007-06-27 Thread Diego A.
I'm not sure, but I'm guessing there will be some sort of performance difference. I'm guessing '#id' is faster than 'div#id' if '#id' just uses getElementById, whereas 'div#id' might finds all divs then filter by id. On Jun 27, 5:46 pm, Terry B <[EMAIL PROTECTED]> wrote: > what is the difference

[jQuery] Re: Validate() and TinyMCE problem

2007-06-27 Thread Diego A.
I've started a new thread here: http://groups.google.com/group/jquery-en/browse_frm/thread/f649148d8ff5511a ...so more people can check it out and tell us what they think. On Jun 27, 6:15 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > Ideally... > OR, the FCK plugin co

<    1   2   3   >