[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: function(xml) {
alert(xml);
}
});
});

This code is returning me object if i configured this page in IIS.

If i load this page from local drive, its not returning me xml object.

same code return me object in firefox on local drive.

please guide for same.





[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
Hello there,

I have a weird problem, in my current project am using
"jquery.uploadify" to upload files onto server which use "Scriptdata'
to pass the additional information to script which is accessed by
server for further process and its working perfectly fine.

Problem am facing occurs under this situation.
I am calling this uploadify event on document.ready() function and
passing script data(which are the drop down values selected on the
form) and uploads works fine with all validation. Later once i change
the drop down values and try to upload it fails reason script data
contains older values not the changed values. So, i wrote one more
uploadify function inside the onchange event of dropdown to get the
changed values and now the problem i face is "On My page i have
multiple instance of uploadify" on every change of dropdown values it
starts to create/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, RoundCornerBox.
Tutorial, Examples and documentation.
http://jx.myofiz.com



[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