[jQuery] Classis ASP integrating Async Treeview Plugin using getJSON. Stops working when using response.write [variable name] instead of simple JSON string

2010-01-28 Thread Jason Knight
Hi all, I've loved using jQuery these past few months, but I'm really pulling my hair our here. The following is the "endpoint" asp code that gets called to populate my treeview: <% rootid = request.querystring("rootid") json = "" set Conn = server.CreateObject("ADODB.Connection") Conn.Open strP

[jQuery] JQuery list moving from Google to Zoho?

2010-01-20 Thread Knight, Doug
Hi all, Can someone confirm that this list is moving from Google to Zoho Discussions? With the recent spate of cyber attacks I try to confirm emails like the one I got over the weekend to register at Zoho. Thanks, Doug

[jQuery] Re: post AJAX no response

2009-10-08 Thread Knight, Doug
Hi David, Do you have your call inside a $(document).ready? It may be that in a high bandwidth environment your data loads completely before your call is triggered, whereas in a low bandwidth environment your page has the chance to finish loading before the data makes it to your call. My two c

[jQuery] Re: AJAX: Display raw XML Document

2009-09-16 Thread Knight, Doug
Just my two cents, I have to agree, it would be nice to be able to at a minimum dump the actual XML from the Ajax call. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jonathan Sent: Wednesday, September 16, 2009 1:33 PM To: jQuery (E

RE: FW: [jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-10 Thread Knight, Doug
end success function }); // end ajax function }); // end jQuery function Thanks again, Doug -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Brett Ritter Sent: Thursday, Septemb

FW: [jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-10 Thread Knight, Doug
Sure could use some help on this one. Does anyone on the list have any clue why the .text() function works differently between FF and IE7? I've submitted this question for over a week now, and had no suggestions at all. Doug From: Knight, Doug Sent: Tuesday, September 08, 2009 9:40

[jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-08 Thread Knight, Doug
html file with jQuery-based JavaScript to open, read and display part of an xml file. It works fine on FF 3.5.2, but does not work on IE7. Am I missing something really simple to make jQuery work on IE7? Any help would be great, thanks! Doug Knight Here's

[jQuery] Re: Newbie: Cannot get .text() to work with IE7

2009-09-03 Thread Knight, Doug
: [jQuery] Re: Newbie: Cannot get .text() to work with IE7 Maybe its a problem with you xml: F90 On Wed, Sep 2, 2009 at 08:53, Knight, Doug mailto:dkni...@mitre.org>> wrote: All, I wasn't sure if this got lost in the shuffle of my first post. Does anyone know why the following wor

[jQuery] RE: Newbie: Cannot get .text() to work with IE7

2009-09-02 Thread Knight, Doug
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Knight, Doug Sent: Monday, August 31, 2009 2:35 PM To: jquery-en@googlegroups.com Subject: [jQuery] Newbie: Cannot get .text() to work with IE7 All, I'm new to jQuery, but not JavaScript. I have the followin

[jQuery] Newbie: Cannot get .text() to work with IE7

2009-08-31 Thread Knight, Doug
help would be great, thanks! Doug Knight Here's the html/JavaScript: Read XML jQuery(function(){ //$(docum

[jQuery] Ingrid, the jQuery datagrid!

2009-07-21 Thread matthew knight
Hi all, Happy to announce that the Ingrid datagrid project is still very much alive! With the help of Patrice Blanchardie, Ingrid has been moved to its new home on Google Code, and includes quite a few bug fixes and updates (full list below). Also included is an updated example of a remote PHP

[jQuery] Re: ui draggable (option drag doesn't work)

2009-02-06 Thread knight
Richard you are right. I've missed this thing placing new version of jQuery. Thanks.

[jQuery] ui draggable (option drag doesn't work)

2009-02-05 Thread knight
Hello, The question is why drag-option doesn't work ( options.drag = function (event,info) { alert('drag'); } )? Thanks in advance. http://www.w3.org/1999/xhtml";> Scroll element .scrollable { overflow:hidden; height:200px; width:35

[jQuery] Re: jQuery .post and.load with some PHP

2009-01-26 Thread Good Knight
;#itemList").load("lib/loadItem.php"); }else{alert(data+" -- "+id+" -- "+catList);} }); } On Jan 26, 9:24 pm, Good Knight wrote: > Okay, so I have This PHP code. > It creates a list of all the categories from database and it creates a > div

[jQuery] jQuery .post and.load with some PHP

2009-01-26 Thread Good Knight
Okay, so I have This PHP code. It creates a list of all the categories from database and it creates a div with all the items from the database. Each item is associated with a category id as to which category it is apart of. The list of categories should be clicked on and then the jQuery will run a

[jQuery] Re: Reload Part of a Page

2009-01-23 Thread Good Knight
Ahh, I see what you're saying. I got it working! Thanks! On Jan 23, 6:37 pm, Mike Alsup wrote: > > Hi. I don't think that will work. > > > The category list that creates the UL is a PHP which > > statementhttp://www.pastie.org/369269 > > > It would have to rerun that PHP script everytime the .

[jQuery] Re: Reload Part of a Page

2009-01-23 Thread Good Knight
er is in the data variable.  $("#myUL").html > (data) will do the trick assuming your data is just html like "1 li>2" > > On Jan 23, 12:46 pm, Good Knight wrote: > > > Is there an easy way to reload a section of a page? > > > I have a .post() that up

[jQuery] Reload Part of a Page

2009-01-23 Thread Good Knight
Is there an easy way to reload a section of a page? I have a .post() that updates the contents of an unordered list, but i have to refresh the page to see the new contents of the UL. Anyway to have the UL reload when the .post() goes off? I am using the Impromptu plugin to run the post, but this

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread matthew knight
ample, and watch the request/response times.) Cheers, Matt On Nov 12, 7:47 am, matthew knight <[EMAIL PROTECTED]> wrote: > Excellent, thanks Karl for that feedback - I'll make a note of it. > > Anything else, let me know > > Matt > > On Nov 11, 11:57 pm, &quo

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread matthew knight
to have folks do cross browser testing on this > > in order to help Matt truly iron out any issues. People with Safari 2.x > > installed would be especially helpful. > > > Rey > > > matthew knight wrote: > > > Hi All, > > > > I've just posted t

[jQuery] Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-11 Thread matthew knight
Hi All, I've just posted the latest version of Ingrid datagrid plugin. Incorporates a lot of feedback I've received over the last couple weeks, including: - Row selection - Saving state (page number, column sort & direction, selected rows) - Exposed object model, added helper methods like ingrid

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread matthew knight
@Sharique Yes, it'll work with .NET (just create an aspx page that spits out a table as per the instrux), and set the 'url' param accordingly in the options. Remember, ingrid's just making an ajax call to some more HTML. Something like this will work: $(document).ready( function() {

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread matthew knight
Thanks Marco, Also cheers for reporting the bug with the page toolbar textbox - this is now fixed. Download the latest here: http://reconstrukt.com/ingrid/index.html#download Matt On Oct 3, 8:00 pm, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Matt, > > congratulations!!! > > Very very very