[jQuery] Re: editinplace plugin - change bakground color of loading div

2009-10-09 Thread Mika Tuupola
On Oct 8, 2009, at 3:20 PM, mattastic wrote: Could someone please tell me how I can reference the loading div to change the background color? Which in place edit plugin do you mean and what you exactly are trying to do? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Drag and drop file upload

2009-10-07 Thread Mika Tuupola
with which this does not work. I already know Gears is broken with FireFox 3.5.x. This should be fixed in next Release of Gears. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] IE as native droptarget

2009-08-25 Thread Mika Tuupola
anymore. When you try to drag an link to all you get is the denied mouse cursor (circle which line through it). Anyone know a workaround for this? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Edittable plugin problem

2009-06-16 Thread Mika Tuupola
Salome Silva -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable - How to style a button using CSS

2009-05-29 Thread Mika Tuupola
button type=cancelcancel/button /form You should then be able to style buttons with something like: form.editable button { color : #F00 } -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Native offline jQuery docs for OS X

2009-02-11 Thread Mika Tuupola
-docs-from-spotlight Thanks to David Serduke who wrote the Python script for exporting jQuery wiki to XML format. Also thanks Jörn Zaefferer whose XSLT stylesheets I used as basis for XSLT stylesheet which converts exported jQuery docs to OS X dictionary XML source. -- Mika Tuupola http

[jQuery] Re: jeditable addition of checkboxes, doubleclick to select.

2009-02-11 Thread Mika Tuupola
); }, -cut- You need to set checked in plugin method instead of element because browsers are a bit touchy when value of input is set. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] plugins.jquery.com does not have 1.3.x

2009-01-30 Thread Mika Tuupola
When submitting a new plugin or plugin release there is no 1.3.x option in the plugins.jquery.com pulldown. Can someone add it? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable and checkboxes

2009-01-29 Thread Mika Tuupola
to be outputted to page. Jeditable by default writes whatever the saving script returns to the page. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable submitting to function question

2009-01-15 Thread Mika Tuupola
the following code for example: Sorry it took a while. Was having a vacation. Have you tried setting the ajaxrequest to be synchronous with: async : false in Ajax options? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Examples of great plugin documentation?

2009-01-12 Thread Mika Tuupola
I am about to rewrite documentation of Jeditable plugin (has been on my TODO list for a while). While putting together some notes it would be great if people from list could send me links to other plugin documentation you have found to be well structured or written. -- Mika Tuupola

[jQuery] Re: jeditable autocomplete - time to revisit?

2009-01-11 Thread Mika Tuupola
fran, the autocomplete suggest France, if I select or press tab the string posted is fran). Sorry it took a while. Was on vacation. I guess the problem is using submit onblur. The input most likely blurs when you tab. Have you tried using ignore onblur? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Licensing Question

2008-12-16 Thread Mika Tuupola
to release the code under something like a Creative Commons license where it's free for non corporate use, but requires companies who seek to use the product in a commercial sense If you want people to use your code just use a non-restrictive non- viral license (such as MIT). IMO. -- Mika Tuupola

[jQuery] Re: [TUTORIAL] Create an amazing music player using mouse gestures hotkeys in jQuery

2008-12-05 Thread Mika Tuupola
On Dec 4, 2008, at 7:28 PM, AdrianMG wrote: You can see the tutorial over here: http://yensdesign.com/2008/12/create-an-amazing-music-player-using-mouse-gestures-hotkeys-in-jquery/ Should there be music too? It is silent for me FF3 Safari in OSX? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] UI download builder broken?

2008-12-01 Thread Mika Tuupola
http://ui.jquery.com/download_builder/ Is UI download builder working? I choose the components I want and click download but nothing happens. It just resets the form. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: [jEditable] select editinplace has empty pulldown

2008-11-30 Thread Mika Tuupola
to the documentation at the jEditable site. Is this me again? Jeditable excpects data to be json string. You are now passing native hash. The following should work: data : {'1':'True','0':'False'}, -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable tooltip for empty table cell becomes content

2008-11-29 Thread Mika Tuupola
something like. $('.edit').editable('http://www.example.com/save.php', { placeholder : }); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable, async value

2008-11-28 Thread Mika Tuupola
() { // return old_value }, value); }, { submit : 'OK' }); Are you actually calling setTitle() function at some point? Do you have example code somewhere onlne? Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable - Tabbing between jeditable elements

2008-11-21 Thread Mika Tuupola
means the same as clicking submit. or you can write whatever function() { /* something *} if you have some unorthodox need :) Maybe onblur = submit is what you are after? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: text link to fire Jeditable

2008-11-18 Thread Mika Tuupola
') in external link. If you have $(.edit).editable(http://www.example.com/save.php;, { event : click }); Use trigger('click') in external link. And so on. On Nov 10, 5:05 pm, Mika Tuupola [EMAIL PROTECTED] wrote: On Nov 10, 2008, at 9:02 PM, RyOnLife wrote: Hello, I am using

[jQuery] Re: jeditable and XHTML?

2008-11-16 Thread Mika Tuupola
On Nov 15, 2008, at 2:24 AM, Rodent of Unusual Size wrote: http://github.com/tuupola/jquery_jeditable/tree/master/ jquery.jeditab... Brilliant! Works a treat now. Ok great :) Thanks for the heads up! You betcha. Who closes the tracker item? i can close. -- Mika Tuupola http

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
somewhere online? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
On Nov 14, 2008, at 1:23 AM, Rodent of Unusual Size wrote: Anyway, is there anything obviously wrong with the fragment at http://apache.pastebin.ca/1254469 ? BTW. You have an extra , in the code. Remove it from the last configuration parameter tooltip : 'Click to edit', -- Mika

[jQuery] Re: jeditable and XHTML?

2008-11-14 Thread Mika Tuupola
It was a stoopid mistake of using tags such as button instead of button / in several places. Your test case passed ok now with my tests when xhtml is served as application/xhtml+xml. Thanks for the heads up! -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable autocomplete - time to revisit?

2008-11-13 Thread Mika Tuupola
bloat the code. Thus the solution: Make all basic features configurable and create API with which people can extend the features how ever they want. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable autocomplete - time to revisit?

2008-11-12 Thread Mika Tuupola
/jquery_jeditable/tree/master/jquery.jeditable.autogrow.js http://github.com/tuupola/jquery_jeditable/tree/master/jquery.jeditable.charcounter.js http://github.com/tuupola/jquery_jeditable/tree/master/jquery.jeditable.masked.js I can give autocomplete a try later today if I have time. -- Mika Tuupola http

[jQuery] Re: jeditable autocomplete - time to revisit?

2008-11-12 Thread Mika Tuupola
On Nov 12, 2008, at 10:28 AM, Mika Tuupola wrote: On Nov 12, 2008, at 1:46 AM, [EMAIL PROTECTED] wrote: I was wondering if it my be possible to add autocomplete functionality using the addInputType API. It looks like it might be possible to attach autocomplete to the text input through

[jQuery] Re: text link to fire Jeditable

2008-11-10 Thread Mika Tuupola
something like: -cut- $(.edit).editable(http://www.example.com/save.php;, { event : edit }); $(.edit_trigger).bind(click, function() { $(this).prev().trigger(edit); }); -cut- -- Mika Tuupola http://www.appelsiini.net/

[jQuery] jQuery Tweets

2008-10-24 Thread Mika Tuupola
I forgot who is running jQuery Twitter feed so I'll just ask here. How do you handle it? Do people send you tips on new websites using jQuery and new plugins? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable plugin

2008-10-02 Thread Mika Tuupola
to namespace your events. So instead of binding to click bind to click.editable. Then you can later $.unbind('click.editable) to remove click events related to inline editing. Otherwise it will unbind all click events. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: [jEditable] dynamically updating a parameter value

2008-09-29 Thread Mika Tuupola
://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F ? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable Clone Referring to the Original Element, livequery ok to use?

2008-09-29 Thread Mika Tuupola
previous element editable. Is this your problem? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable Clone Referring to the Original Element, livequery ok to use?

2008-09-28 Thread Mika Tuupola
(value, settings) { Wanting to watch these items and rebind editable to the newly created captions when I clone them. Is this not a good job for livequery? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable Clone Referring to the Original Element, livequery ok to use?

2008-09-27 Thread Mika Tuupola
. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable Clone Referring to the Original Element

2008-09-20 Thread Mika Tuupola
: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F basically you need to rebind events to cloned elements. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jquery.com incredibly slow for me

2008-09-18 Thread Mika Tuupola
On Sep 17, 2008, at 8:34 PM, acacio wrote: I had the same problem so I switched to the Google hosted files and it's *much* faster. AFAIK jquery.com provides files for downloading not hotlinking. So you should have used your own server to serve js in the first place. -- Mika Tuupola http

[jQuery] Re: WYSIWYG input for Jeditable

2008-09-07 Thread Mika Tuupola
On Sep 7, 2008, at 6:01 AM, C.Everson wrote: On Sat, 6 Sep 2008 16:38:55 +0300, Mika Tuupola wrote: http://www.appelsiini.net/projects/jeditable/wysiwyg/wysiwyg.html Selecting text and clicking the H1-3 does not work for me in IE7. Look like a bug in jWYSIWYG plugin itself

[jQuery] Re: jeditable lazy load?

2008-09-06 Thread Mika Tuupola
to several elements. You would be better off delegating event. Bind click to parent element and figure out later which child was clicked. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] WYSIWYG input for Jeditable

2008-09-06 Thread Mika Tuupola
/jEditable-TinyMCE-Plugin -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable questions

2008-09-05 Thread Mika Tuupola
/projects/jeditable/default.html Are you sure you do not have onblur : 'ignore'? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: best techniques to optimize loading of multiple libraries?

2008-09-03 Thread Mika Tuupola
On Sep 3, 2008, at 6:44 AM, viktor wrote: How do you minify a .js file? http://www.crockford.com/javascript/jsmin.html On bottom of the page is link for implementations in several languages. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jquery in rails/rjs files

2008-09-03 Thread Mika Tuupola
On Sep 3, 2008, at 8:38 AM, Jochen Kaechelin wrote: Is it possible to use jquery in rails rjs files? JRails should provide drop in replacement for Prototype. http://ennerchi.com/projects/jrails -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: idiot alert!!! stupid jeditable question

2008-08-25 Thread Mika Tuupola
they are still newlines and not br tags?). Jeditable displays whatever your saving scrip echoes back. If you send newlines, but after saving you want to show br / tags instead of newlines, saving script needs to convert newlines to br / tags before echoing them back. -- Mika Tuupola http

[jQuery] Re: idiot alert!!! stupid jeditable question

2008-08-24 Thread Mika Tuupola
= value.replace(/br[\s\/]?/gi, '\n'); return retval; } }); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Uncompressed, Minified and Gzipped and Packed

2008-07-16 Thread Mika Tuupola
to be uncompressed on client side too. While gzipped files are uncompressed by browser natively, packed files are uncompressed calling JavaScript eval() everytime page loads. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable and .load

2008-06-19 Thread Mika Tuupola
/Frequently_Asked_Questions#Why_doesn.27t_an_event_work_on_a_new_element_I.27ve_created.3F -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Attachments in bug reports broken?

2008-06-13 Thread Mika Tuupola
Somebody was nice enough to include example code in bug report. But to me it seems file attachments in plugin bug reports are broken. Trying to download the attachment returns Page not found error. For example: http://plugins.jquery.com/project/comments/add/2901 -- Mika Tuupola http

[jQuery] Re: jEditable Used Many Times on a Page

2008-05-30 Thread Mika Tuupola
? It practically does not matter if you have 1 or 100 elements which are editable. obj.editable( /cake/index.php/+opts.saveCont+/ajaxEdit? isSelect=truemodel=+opts.model+field=+opts.dispField, This syntax looks a bit weird to me. What is obj in this case? -- Mika

[jQuery] Re: [jQuery][ANN] New jQuery group on LinkedIn

2008-05-20 Thread Mika Tuupola
On May 8, 2008, at 5:51 PM, Brandon Aaron wrote: You can join the LinkedIn group by following this invite link: http://www.linkedin.com/e/gis/100943/4C28294034F5 Is larger version of that logo available somewhere? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable and validation

2008-05-09 Thread Mika Tuupola
; $(original).html(original.revert); return false; } } }); -cut- and then -cut- $(.editable_select).editable(?php print $url ?save.php, { type : validate, submit : OK, }); -cut- -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Ext went GPL

2008-04-24 Thread Mika Tuupola
are clear. I give users freedom to do whatever they want with my code. I do not want to force anyone to change their license to something, for example GPL. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: WYSIWYG Editor

2008-04-17 Thread Mika Tuupola
On Apr 17, 2008, at 2:59 AM, Donald J Organ IV wrote: Does anyone know of a lightweight(code size) WYSIWYG editor that works with jQuery it needs to only do basic HTML editing. I have good experiences with MarkItUp! http://markitup.jaysalvat.com/home/ -- Mika Tuupola http

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-15 Thread Mika Tuupola
through UI Tabs code now to see if I can figure out the problem. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Edit-In-Place with Form plugin

2008-04-11 Thread Mika Tuupola
On Apr 11, 2008, at 3:05 AM, Chris wrote: My problem is that I cannot edit in place the items submitted with the form plugin without refreshing the page. http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F -- Mika Tuupola http

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
example page where this problem happens. I understand that problem occurs when using together with UI tabs. But I still need the page :) -- Mika Tuupola http://www.appelsiini.net/

[jQuery] markItUp! input for Jeditable

2008-04-08 Thread Mika Tuupola
are welcome. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: $(window).bind(load,function(){ vs onready

2008-04-08 Thread Mika Tuupola
of the page. Browsers stop rendering while JavaScript file loads. Browsers download only one JavaScript file at the time blocking also any new parallel downloads of other elements. Thus when moving all scripts just before closing body tag will make page finish rendering sooner. -- Mika

[jQuery] Re: $(window).bind(load,function(){ vs onready

2008-04-08 Thread Mika Tuupola
pages standard compliant. All my sites validate perfectly with script tags just before closing /body. What standard are you talking about? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: $(window).bind(load,function(){ vs onready

2008-04-08 Thread Mika Tuupola
things like: input type=button onclick=checkform() / Then again not a problem if you write unobtrusive JavaScript. $(function() { $(input).bind(click, checkform); }); And isn't jQuery about writing unobtrusive JavaScript? ;) -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
presses enter?). If this is the case do something like: -cut- $(.tabEdit).editable(ok.php, { onblur : submit, event: dblclick, indicator: Saving..., tooltip: Double-click to edit, callback : function(value, settings) { alert('success!'); } }); -cut- -- Mika Tuupola

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
On Apr 8, 2008, at 6:47 PM, Mika Tuupola wrote: On Apr 8, 2008, at 6:05 PM, [EMAIL PROTECTED] wrote: Hi Mika, Here's a sample: http://www.rymix.co.uk/jquery/d15/inline.html It doesn't actually _do_ anything, but if you look at server activity you'll see that ok.php never gets called

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-08 Thread Mika Tuupola
() command (as they both have the class .tabEdit). Sorry I misunderstood. Now I can see the problem. Editing Editable tab 3 never submits anything. Confirmed. I am looking through UI Tabs code now to see if I can figure out the problem. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable issue in Firefox 2.0.0.13

2008-04-05 Thread Mika Tuupola
). It's just not attempting to call it at all. IE7, 6 and Safari are all working fine. Do you have test page online? Just tested with 2.0.0.13 and did not encounter any problems. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Autogrow textarea for Jeditable

2008-04-04 Thread Mika Tuupola
://www.appelsiini.net/projects/jeditable/custom.html Tested with main browsers, but I would appreciate all testing and feedback :) Thanks! -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable and TinyMCE

2008-03-25 Thread Mika Tuupola
/jquery.jeditable.autogrow.js -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Lazy load in IE7?

2008-03-24 Thread Mika Tuupola
/enabled_gazillion.html http://www.appelsiini.net/projects/lazyload/enabled_fadein.html -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable selects - Adding/binding events?

2008-03-24 Thread Mika Tuupola
the user selects. Do I understand correctly. You want to display something, for example a smiley somewhere in the html page according to what is selected in the select, but before submitting the value. Basically display something when onchange is triggered by select? -- Mika Tuupola http

[jQuery] Re: Parallax scrolling, background foreground elements

2008-02-18 Thread Mika Tuupola
with JavaScript that it works great in IE and Safari, but not Firefox. But this Silverback CSS Parallax effect is awesome ! :) http://www.greenwhitechristmas.com/ -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Parallax scrolling, background foreground elements

2008-02-18 Thread Mika Tuupola
be achieved by using different size background images which are centered. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: what editor do you use?

2008-02-13 Thread Mika Tuupola
://macromates.com/ http://www.learningjquery.com/2006/09/textmate-bundle-for-jquery -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Mika Tuupola
(not zipped). Now one must view source of the demo page to find url to JavaScript source. But anyway, good stuff! -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Mika Tuupola
. It is not the size. It is inconvenient to download and unpack a zipfile only to see the JavaScript source. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: UPDATER

2008-02-05 Thread Mika Tuupola
).load(http://www.example.com/some_content.html , 2000) ); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Viewport selectors

2008-02-04 Thread Mika Tuupola
/projects/viewport/3x2.html -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: File inputs

2008-02-01 Thread Mika Tuupola
the file name. That is my plan on the real page. Just out of interest. Have you seen this: http://www.appelsiini.net/projects/filestyle http://www.appelsiini.net/projects/filestyle/demo.html -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable across td's

2008-02-01 Thread Mika Tuupola
=test_in_testdirtest_in_testdir/a /td td a href=javascript:void(0); class=edit_triggerEdit me!!/a /td For example: $(.edit_trigger).bind(click, function() { $ (this).parent().parent().children().find(.edit).trigger(edit); }); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: File inputs

2008-01-30 Thread Mika Tuupola
provide example page. I still do not understand what you are trying to do :) -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Google map plugin?

2008-01-29 Thread Mika Tuupola
On Jan 29, 2008, at 12:51 AM, Chris J. Lee wrote: Is there one that is simpler? I just need a google map marker created on the map. And possibly a form to enter driving directions to it. Why not just use Google's own API? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: File inputs

2008-01-29 Thread Mika Tuupola
does not support it! How stupid!. What are you trying to achieve? What does ADD and DELETE buttons do? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: question about $(document).ready

2008-01-28 Thread Mika Tuupola
preloading will make rest of the page feel sluggish. $(window).bind('load', function() { /* preload stuff here */ }); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Change Jeditable trigger

2008-01-24 Thread Mika Tuupola
. No, the trigger is a after the editable item. All I did was I added class=edit_trigger to example HTML you provided. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Mika Tuupola
at the same time is quite a memory hog. How much do you have? 10G ? :) -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Feb 12 IE6 Forced Update

2008-01-24 Thread Mika Tuupola
, the Windows world isn't about to be forced to upgrade to IE7 -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: OT: how to benchmark user hardware?

2008-01-22 Thread Mika Tuupola
extension. So not too useful. http://softwarecommunity.intel.com/articles/eng/1026.htm -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable + Json + Multiple Select

2008-01-22 Thread Mika Tuupola
] } return retval; } }); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Jeditable + Json + Multiple Select

2008-01-22 Thread Mika Tuupola
On Jan 22, 2008, at 6:04 PM, Mika Tuupola wrote: I do not fully understand what you are trying to do, but the data parameter can be a function. This function can dynamically set the values to what you want them to be. For example something like: Now when I look at the code. Are you

[jQuery] Re: Post-load images? Tips?

2008-01-21 Thread Mika Tuupola
*/ } }).trigger('load'); }); -cut- -- Mika Tuupola http://www.appelsiini.net/

[jQuery] [plugin] Facebox

2008-01-21 Thread Mika Tuupola
Maybe old news, but found from the intterwebs: http://famspam.com/facebox/ -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable question

2008-01-18 Thread Mika Tuupola
clicks. Only for those entries with accents. Most likely UTF-8 problem. Make sure everything (page, saving scripts etc etc) are using UTF-8. Do you have the problem page online somewhere? -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: instant edit

2008-01-16 Thread Mika Tuupola
Clicking outside editable area cancels changes. Clicking submit button submits changes. * onblur : submit Clicking outside editable area submits changes. * onblur : ignore Click outside editable area is ignored. Pressing ESC cancels changes. Clicking submit button submits changes -- Mika

[jQuery] **SPAM** Re: [jQuery] instant edit

2008-01-15 Thread Mika Tuupola
']; $head = $_REQUEST['head']; $arts = explode(_,$head); $artid = $articles[1];do db update here echo $myvalue; exit; PHP part looks bit confusing to me. Have you checked with Firebug that values sent to PHP script are the values you are expecting? -- Mika Tuupola http://www.appelsiini.net

[jQuery] Re: Conditional events

2008-01-02 Thread Mika Tuupola
/jquery.jeditable-1.5.2.js -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Conditional events

2007-12-21 Thread Mika Tuupola
- Basically it binds custom event edit to start Jeditable. Then after click it check if variable check is true. If it is it triggers edit event on Jeditable. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Img Src replacement

2007-12-12 Thread Mika Tuupola
from foo.gif to foo_on.gif and bar.gif to bar_on.gif. http://www.appelsiini.net/2007/6/sequentially-preloading-images I use something like above. Includes hover image preloading. -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable Callback Function

2007-12-10 Thread Mika Tuupola
, indicator : Saving..., tooltip : Click to edit..., style : inherit, select : true, callback: function(value, settings) { $(table).trigger(update) } ); -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Select type upon jeditable start

2007-12-07 Thread Mika Tuupola
they will edit. * @param String options[select]true or false, when true text is highlighted -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jeditable - issue dynamically resetting submitdata

2007-11-26 Thread Mika Tuupola
: bar} } }); Example below will add parameter foo with value bar to request when submitting changes. -- Mika Tuupola http://www.appelsiini.net/~tuupola/

[jQuery] Less Js Routes

2007-11-09 Thread Mika Tuupola
that will call these routes using ajax (uses jQuery or Prototype). -cut- -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: Drastically reducing jQuery load time

2007-11-04 Thread Mika Tuupola
On Nov 5, 2007, at 12:11 AM, Jeffrey Kretz wrote: of network overhead (duh) without the (albeit minor) performance hit of the packed version. The performance hit is bigger for clients which have slow refrigerator cpu (read iPhone). -- Mika Tuupola http://www.appelsiini.net/

[jQuery] Re: jEditable help!

2007-10-30 Thread Mika Tuupola
On Oct 30, 2007, at 6:30 PM, RR_QQ wrote: http://www.nabble.com/jEditable-Issue---changes-seemingly-revert- back-to-old-value-before-the-edit-tf4713727s27240.html Maybe you can provide example page where the problem occurs? -- Mika Tuupola http://www.appelsiini.net/

  1   2   >