[jQuery] Help on form plugin Malsup :)

2006-12-30 Thread Jason Yeckel
I am having an issue with the form plug in i cant access my ajax json response data. $(function(){ $('#ticket-form').ajaxForm({ dataType: json, success: function(data){ alert(data.event); } }); }); my responce {event:editSuccess,msg:w00t refresh}

Re: [jQuery] Help on form plugin Malsup :)

2006-12-30 Thread Jason Yeckel
Yeah i nipped it ARG it was a template if statement that got me :( thx for quick response :) love the plugin Jason Y www.purepressure.com Mike Alsup wrote: I am having an issue with the form plug in i cant access my ajax json response data. $(function(){ $('#ticket-form').ajaxForm({

[jQuery] Having an issue accessing a node.

2006-12-29 Thread Jason Yeckel
$('#blog[headline]').val('newvalue'); input type=text id=blog[headline] name=blog[headline] value= / It seems i cant access the node for [] in the name breaks the ability to access it unless i am doing something wrong? Jason Y www.purepressure.com

Re: [jQuery] Having an issue accessing a node.

2006-12-29 Thread Jason Yeckel
Blast but it groups them in to an array and is so nice sometimes lol *shrugs* I just changed the names no issue thought i thought _ was not a good id and people had issues with it i guess that is not true? Jason Y Michael Geary wrote: $('#blog[headline]').val('newvalue'); input type=text

Re: [jQuery] jQuery 1.1 by the end of Nov

2006-11-14 Thread Jason Yeckel
I think over all do a mootools like download / interface jquery lib download were the user can pick and choose components. Just to be fair the only reason it has two was to make perl regex users happy :) I do use the perl regex though lol. Jason Y www.purepressure.com dave.methvin wrote:

Re: [jQuery] Replacing Accordion plugins

2006-11-13 Thread Jason Yeckel
Jörn, YOU ROX thx for the activate :) w00t w00t Jason y www.purepressure.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Tabs plugin 2.0

2006-11-10 Thread Jason Yeckel
Klaus, How much work is it to change the css to be a vertical layout on the left or right side? It would be intresting if you could pass in a value to place the tab position around the content. thx for the great work so far the plug in is a must have no doubt! Jason Y www.purepressure.com

Re: [jQuery] The jQuery Design/Coding Process

2006-11-10 Thread Jason Yeckel
pretty sure Aptana is cross-platform java :) Jason Y www.purepressure.com Karl Swedberg wrote: On Nov 9, 2006, at 11:45 PM, Chinmay Kulkarni wrote: On a related note, any editors that support autocomplete/suggest and code-folding for jQuery? If you own a Mac, you can try TextMate and

[jQuery] Thickbox tweak need help :)

2006-11-08 Thread Jason Yeckel
class=lefta href=/blog.php?id={key} class=external{data.headline}/a/td Jason Yeckel www.purepressure.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] 2 New jquery plugins: collapseRows collapseRows

2006-11-07 Thread Jason Yeckel
hey o, The vertical collapse works but the horizontal expanding doesn't work in ie6. Jason Y www.purepressure.com Enrique Meléndez wrote: Uhmm, strange, I have IE6/WinXpSP2 and works!!! Please, anyone could check this? Thanxs, Enrique Meléndez Estrada Servicios Informáticos Organización

Re: [jQuery] Append body

2006-10-11 Thread Jason Yeckel
;) url: http://www.malsup.com/jquery/form/ Jason Yeckel 3spn LLC - Programmer sdkester wrote: I tried appending the body with a div using the following in a js file: $(body).append('div id=ajaxBusy class=ajaxBusyp ../../loading2.gif nbsp;nbsp;/p/div'); It is not working. Maybe I'm going about

Re: [jQuery] John's Pager Plugin?

2006-09-12 Thread Jason Yeckel
Is there any CSS that goes with this plugin? I also had the issue just plugin it in that the page list was in vertical form not horizontal. As well when i go to a few pages in and sort it shows another pages data at the bottom totaling 20 lines and sorts only the bottom half. I figure it might

Re: [jQuery] update a div within a submit

2006-09-06 Thread Jason Yeckel
Pretty sure http://jquery.com/dev/svn/plugins/form/form.js is a newer more general version of that script i could be wrong. Jason Y 3spn.net Jonathan Chaffer wrote: On Sep 6, 2006, at 13:32 , kain wrote: I just want to ask what's the equivalent code of updating a div with the results of

Re: [jQuery] ajaxStart etc. (still) not working

2006-08-24 Thread Jason Yeckel
Florian, Pretty sure he told you not to use 1.0a ;) give the svn a try it also now has ajax error handling for bad responses. This issue should be resolved in the latest SVN build: http://jquery.com/src/jquery-svn.js http://jquery.com/src/jquery-svn.js On 8/24/06, *Florian* [EMAIL

Re: [jQuery] Dom creation

2006-08-17 Thread Jason Yeckel
Hey things seem to be going along nicely just need a push over the edge :) http://3spn.net/jQuery/dom_creation.html I have constructed a dummy array i need to figure out how to transverse and access the data i know it should be simple reading around now might not need help.

[jQuery] JSON Arrays *tad off topic hehe*

2006-08-17 Thread Jason Yeckel
I am useing JSON.php to convert my mutli demional array in to json. I am just posting it in to a var for now testing the innerhtml creates i need some help on figuring out how to access the array once in the js block. http://3spn.net/jQuery/dom_creation.html I have constructed a dummy array

Re: [jQuery] Dom creation

2006-08-16 Thread Jason Yeckel
I think i am getting a tad closer i am trying to find out how i can make multi rows with a for loop then insert them in to the table or just put them in a var in the deleration of the table it self. I have been looking at this callender.js and i am a tad confused :( var days = []; for (var i=0;

Re: [jQuery] Improvements in Ajax facilities

2006-08-16 Thread Jason Yeckel
Good looking out i take it this all works with the ajax wrapper. Jason Y 3spn.net Taku Sano (Mikage Sawatari) wrote: With Ajax facilities of jQuery, it is not easy to deal with errors. In addition, it is inconvenient to repeat reloading the same URL to observe changes. Please confirm my patch

Re: [jQuery] Javascript HTML WYSIWYG editor

2006-08-14 Thread Jason Yeckel
I have used TinyMCE and it works great to. Dylan Verheul wrote: Use TinyMCE, I have no problem getting it to work. It doesn't interfere with jQuery. On 8/13/06, Remko [EMAIL PROTECTED] wrote: I am looking for Javascript HTML WYSIWYG editor JQUERY style? Not a fancy one but a very basic

Re: [jQuery] Dom creation

2006-08-14 Thread Jason Yeckel
release... On 8/9/06, Jason Yeckel [EMAIL PROTECTED] wrote: Does not work with the latest svn but it works with 1.0a. you gave me the same link :) i did try a newier svn first though just to check still no go. Aloyzas Rimeika wrote: Maybe this one will work :) http

Re: [jQuery] Dom creation

2006-08-09 Thread Jason Yeckel
Does not work with the latest svn but it works with 1.0a. you gave me the same link :) i did try a newier svn first though just to check still no go. Aloyzas Rimeika wrote: Maybe this one will work :) http://www.aloyzas.lt/javascript/jquery/dom.js On 8/9/06, Jason Yeckel [EMAIL PROTECTED