[jQuery] Can't pull xml page from rss feed?

2009-12-17 Thread Eli Luong
I set up some code like below: $.ajax({ type: "GET", url: "sample2.xml", dataType: "xml", success: function(xml) { And I took the xml source from

[jQuery] Order of Cycle plugin's addSlide function

2009-10-21 Thread Eli Dupuis
I've been using the cycle plugin a lot lately (thanks a tonne, malsup!). I'm trying to write a wrapper plugin for the Cycle plugin that will allow me preload (more accurately, queue load) images for a banner slideshow. I've run into an issue with the cycle.addSlide function... it seems to be addi

[jQuery] Custom JSON sanitizing during $.ajax

2009-05-07 Thread Eli Perelman
Hello All, I am trying to complete an Ajax request in which PHP returns a JSON- formed string. One of the variables inside the JSON object contains a path, which contains backslashes. This seems to cause a problem because nothing in the success function seems to run. So, I tried cleaning the data

[jQuery] Ajax using JSON, parse return string before success

2009-05-07 Thread Eli Perelman
ponse efficiently? Thanks, Eli Perelman Here is the request: $.ajax({ async: false, type: "POST", url: ajaxHandler, dataType: "json", data: "action=getInsuranceCompany&id=

[jQuery] Re: Explain this please: (Perfromance, dynamic DOM creation)

2008-11-13 Thread Eli
And a quick reply to myself. It's also quicker (though we are talking like 1 ms quicker), to refactor the code to never create the $j() at all, and instead to directly inject the HTML into the page, and then manipulate after the fact, instead of before hand. Eli -- Still curious to know wh

[jQuery] Explain this please: (Perfromance, dynamic DOM creation)

2008-11-13 Thread Eli
erence? In fact, according to the documentation, this is exactly what the actual jQuery code itself is supposed to be doing in the first case: "Internally, an element is created and its innerHTML property set to the given markup. It is therefore both quite flexible and limited." But, obviously, something isn't working 'quite right'. Thoughts? Eli

[jQuery] Scrolling a textarea to the bottom each time it's updated

2007-10-25 Thread Eli
Hey, I'm in need for a function that will scroll my textarea to the bottom each time it's updated, how can I do that? Thanks, Eli

[jQuery] Re: Minified jQuery?

2007-10-23 Thread Eli
On Oct 23, 6:01 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > Eli wrote on 10/23/2007 10:54 AM: > > > I've noticed that on the front page of jQuery.com there is a new > > version for download, the minified and gzipped one. > > now it says that it weighs 14k, wh

[jQuery] Minified jQuery?

2007-10-23 Thread Eli
minifieing & gzipping coming in? Salut, Eli

[jQuery] Changing the interface plugin "iToolTip" slows it down

2007-09-07 Thread Eli
Hey Guys, I'm trying to play around with the iToolTip plug that comes with interface plugins, but even if I load the source (untouched) file (itooltip.js) it takes me a a good second and a half to show the tootip in firefox. If I'm not loading the itooltip.js and downloading it compressed from int

[jQuery] ext dialog and form

2007-04-23 Thread Eli
Hey guys, I'm trying to use extjs to replace all the popup windows in my system (currently using thickbox) to change pref, add members etc'. i managed to create the window, managed to create the forum (well, srota), but i can't seem to "submit" the form and hide the dialog. I've created the dial

[jQuery] Re: Using EXT with Jquery

2007-04-20 Thread Eli
Thanks all of you, especially Remy, I managed to solve my problem, this http://remysharp.com/wp-content/uploads/2007/04/ext_layout.html helped me a lot mate, thanks :) On Apr 20, 2:06 pm, Remy Sharp <[EMAIL PROTECTED]> wrote: > I also wrote up a short article on my initial play with Ext and the

[jQuery] Using EXT with Jquery

2007-04-19 Thread Eli
Hey guys, Just noticed a couple of days ago that ext now has a new 'extjs' for jquery, and I wanted to test it out, but for some reason I can't get it to work. I've tried to make my own page like the layout.js example ( http://extjs.com/deploy/ext/examples/dialog/layout.html ), and I get the foll