[jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread santosh chavan
HI All I am trying to load XML file using following code. $(document).ready(function() { $.ajax({ type: "GET", url: "D:\Documents and Settings\santosh.chavan\Desktop\ajaxJqueryXML \data.xml", dataType: "xml", success: functi

[jQuery] Re: JQuery/PHP/MySQL Best Practice Sample Application?

2009-11-11 Thread santosh
You can use the http://www.bitrepository.com/a-simple-ajax-contact-form-with-php-validation.html On Nov 11, 4:00 am, dvanatta wrote: > Can someone point me to a JQuery/PHP/MySQL application which has > source code available which I can use to learn? > > Thanks.

[jQuery] jQuery beginner: How to stop creating/duplicating instance of same object?

2009-10-29 Thread Santosh
ate/duplicates the instance of uploadify. So, situation is i have a $('#fileInput').fileUpload({}) in both onready and onchange events. regards, Santosh

[jQuery] i m beginner. how can i start ajax call with jquery

2009-08-11 Thread santosh baral
hi everybody. I m very new to use ajax. but i know the basics of ajax call and basics of javascript. Please help me how to start with making ajax call ..please give me also sample code . Regards Baral

[jQuery] Reg Hint Box

2009-07-20 Thread santosh
Hi All, I am new to jquery,recently i used jquery hintbox to get data dynamicaaly from data base using jsp and html.how to solve this application Thanks and Regards Santosh M

[jQuery] JX - Object oriented extension to jQuery released

2008-11-06 Thread Santosh
Only 8K minified True Objected Oriented jQuery Extension Complex layouts by nesting Containers Whole application configurable 'Custom event' driven programming Extendable via Objected Oriented Inheritance. Includes the following widgets. Container, ColumnContainer, Viewport, Panel, Frame, RoundCor

[jQuery] A Feed Viewer application using Object Oriented jQuery

2008-11-03 Thread Santosh
A feed viewer application using a object oriented jQuery extension. See the post, demo and code here. http://santrajan.blogspot.com/2008/11/feed-viewer-application-developed-using.html

[jQuery] Viewport, Containers and Nested Layout

2008-10-31 Thread Santosh
If you want a Viewport and Containers that allow nested layout, that are jQuery components see the post post, demo and code here. http://santrajan.blogspot.com/2008/10/viewport-column-container-and-nested.html

[jQuery] A jQuery Container Class

2008-10-30 Thread Santosh
A jQuery Container Class that allows you to add components via an items config option. You can see the post, demo and code here. http://santrajan.blogspot.com/2008/10/jquery-container-class.html

[jQuery] Configurable jQuery Components

2008-10-29 Thread Santosh
If you are interested in creating jQuery components using config options have a look at my post here. http://santrajan.blogspot.com/2008/10/configurable-jquery-components.html

[jQuery] Extending jQuery the OO way

2008-10-28 Thread Santosh
For those interested in extending jQuery the OO way, I have posted an article on this subject here. http://santrajan.blogspot.com/2008/10/what-john-resig-did-not-tell-you.html