[jQuery] Re: Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread Mohammed Arif
Exceptions are XMLHttpRequest: null failure code 0x80004005 ns_error_failure etc. On Oct 20, 6:18 pm, Mohammed Arif wrote: > P.S: We also don't want to use the cross domain solution through > 'PROXY'. > > Thanks > Mohammed Arif > > On Oct 20, 6:1

[jQuery] Re: Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread Mohammed Arif
P.S: We also don't want to use the cross domain solution through 'PROXY'. Thanks Mohammed Arif On Oct 20, 6:17 pm, Mohammed Arif wrote: > Hi, > > Seems like got stuck in the cross domain issue. > > Just trying to get the XML response from the servlet call thr

[jQuery] Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread Mohammed Arif
or XMLHttpRequest: " + XMLHttpRequest.responseXML + " textStatus: " + textStatus + " errorThrown: " +errorThrown); } Which gives all the values NULL and get the exception in FF. Do we have any work around to overcome this issue? Many thanks Mohammed Arif

[jQuery] Re: Intelligence not working

2009-10-13 Thread Muhammad Arif
thanx for the reply.. but its not working.. i have checked it... Regards On Tue, Oct 13, 2009 at 4:26 PM, Evgeny Bobovik wrote: > > try to swap them: > > > > > $(document).ready(function() > { > alter("Working on Intelligence"); > } > ); &g

[jQuery] Intelligence not working

2009-10-13 Thread Muhammad Arif
Hello All: I am using JQuery if in a page i used only $(document).ready(function() { alter("Working on Intelligence"); } ); then its working fine... but when i add another script file below it so its intelligence is not working e.g

[jQuery] Re: browser window close

2009-10-06 Thread Muhammad Arif
Thanks you very much for your reply.. but if window.close() so for popup so then how can we close a browser window Regards On Tue, Oct 6, 2009 at 4:08 PM, Jonathan Vanherpe (T & T NV) < jonat...@tnt.be> wrote: > > Muhammad Arif wrote: > >> >> Hello All: >>

[jQuery] browser window close

2009-10-06 Thread Muhammad Arif
Hello All: I'm trying to close a browser window.. using windows.close().. but its not working... so can you help me. Regards

[jQuery] Re: Jquery Modal Dialog

2009-09-13 Thread Mohammed Arif
There is workaround to make the entire dialog draggable. You just need to tweak ui.dialog.js a bit only. Just comment the cancel/handle properties at line no. 310: this.uiDialog.draggable({ //cancel: '.ui-dialog-content', //handle:

[jQuery] Re: FCKeditor clone issue

2009-06-02 Thread Mohammed Arif
If someone has some other approach, that is also welcome. Thanks Mohammed Arif On Jun 2, 4:15 pm, Mohammed Arif wrote: > Hi Guys, > > I am into serious FCKeditor issue while cloning, it works fine in IE > 6/7 but it's not getting instantiated in FF 2/3. > > Test URL:http

[jQuery] FCKeditor clone issue

2009-06-02 Thread Mohammed Arif
keeps increase in var oFCKeditor = new FCKeditor('FCKeditor1') Should be FCKeditor2 when we clone first time so on and so forth. Is there a way to re-instantiate FCKEditor object with jQuery clone method? Looking for quick help. Thanks Mohammed Arif

[jQuery] Re: Losing the form values in Firefox 2/3 only

2009-06-01 Thread Mohammed Arif
ble.resetElemsIdsOrder(noOfCharts); }, You could ee the last line ContentTable.resetElemsIdsOrder (noOfCharts); which reset the order as well ids/string. If I comment out this line of code, it works fine in FF also but then my ordering get lost which is a project requirement. And last

[jQuery] Re: Losing the form values in Firefox 2/3 only

2009-05-31 Thread Mohammed Arif
n "Move up" button, entire current table shifted to top but form values get lost 4. Same behavior is coming on "Move down" and "Move to top" also. But the entire piece of code is working fine in IE 6/7 Would appreciate some quick help to retain form values. Thanks in a

[jQuery] Losing the form values in Firefox 2/3 only

2009-05-29 Thread Arif
nipulation to the individual form. But the case is bit different here; we have been using multiple forms on a single page. Looking for quick reply. Thanks Mohammed Arif

[jQuery] clone(true) events are losing when manipulating cloned html

2009-05-24 Thread Arif
the all the events. I hope, I am able to explain, let me know for more input. Looking for quick reply. Thanks Mohammed Arif

[jQuery] A troll on jQuery in Linkedin Q&A board

2009-04-30 Thread S P Arif Sahari Wibowo
t." Funny. :-) -- (stephan paul) Arif Sahari Wibowo /___ /___/ /___/ /___ http://www.arifsaha.com/ / / / / / http://www.arifsaha.com/christhasrisen.html

[jQuery] Half star rating plugin query | looking curvalue:3.5 to show 3 and half stars by default

2009-03-24 Thread Arif
ugin. Not worried about hover and all, just wanted to show the star rating so not looking for any other advance star rating plugin to show the stars. Quick help should be appreciated. Thanks Mohammed Arif

[jQuery] Re: $.getJSON isn't working while getting the JSON data from hidden field

2009-03-17 Thread Mohammed Arif
Arif On Mar 18, 10:19 am, Steven Yang wrote: > Sorry if i am mistaken in anywaybut $.getJSON is suppose to be for getting > JSON data from remote server or simply server, but not for you to eval a > String into javascript object. And from the source of jQuery I believe it > will si

[jQuery] $.getJSON isn't working while getting the JSON data from hidden field

2009-03-17 Thread Arif
t losses the purpose of $.getJSON which works the same way. Any pointers should be appreciated. Thanks Mohammed Arif

[jQuery] Re: JSON data issue in IE | Language Translation

2008-10-15 Thread Arif
; Need not to compare lots of innerHTML with JSON values but make sure that you have the same JSON key string "download" in the html [i.e. download] Hope it helps someone for sure. Thanks Mohammed Arif On Oct 15, 10:04 am, Gus <[EMAIL PROTECTED]> wrote: > how'd you fi

[jQuery] Re: JSON data issue in IE | Language Translation

2008-09-24 Thread Arif
I have resolved this :) Thanks Mohammed Arif http://www.mohammedarif.com On Sep 22, 2:24 pm, Arif <[EMAIL PROTECTED]> wrote: > Even I got the issue, it's not been rendering because of French > accented characters in IE. > > So what do I need to change the JSON charact

[jQuery] Re: JSON data issue in IE | Language Translation

2008-09-22 Thread Arif
side code otherwise I could have easily done it. Many thanks Mohammed Arif http://www.mohammedarif.com On Sep 22, 11:12 am, Arif <[EMAIL PROTECTED]> wrote: > Hi All, > > Hope, you all would be doing well. > > I am trying to create a language translation utility using jQuery for &g

[jQuery] JSON data issue in IE | Language Translation

2008-09-22 Thread Arif
innerHTML because jQuery html() return the first array index only , defined span tag with .json_trans class for picking up all the required spans and do the translation. I know, it’s not the robust way to do the language translation  but does require for client and it’s not AJAX at all, just calling the json file on dom ready. Any quick pointer/ suggestion should be appreciated. Thanks for your time Mohammed Arif http://www.mohammedarif.com

[jQuery] Re: How to apply jQuery to an item which doesn't exist when the page is loaded.

2008-09-05 Thread S P Arif Sahari Wibowo
t to create HTML objects - including buttons. So what you said does not make any sense. Are you talking about XMLHttpRequest / AJAX request? Maybe you should point to an example page + source. -- (stephan paul) Ar

[jQuery] Find / traverse to next node matching a criteria?

2008-09-05 Thread S P Arif Sahari Wibowo
). Maybe there is a plugin already doing that? Thanks! -- (stephan paul) Arif Sahari Wibowo _ _ _ _ / // // / _/ / // _/ http://www.arifsaha.com/

[jQuery] Pull-down Slider input element

2008-07-22 Thread S P Arif Sahari Wibowo
going through it, maybe you know whether something like this already exists, or what will good starting point for this? Thanks! -- (stephan paul) Arif Sahari Wibowo _ _ _ _ / // // / _/ / // _/ http

[jQuery] Advantages of jQuery

2007-12-31 Thread Mohd Daslim Arif
Hi there., Season's Greetings., I very newbie to jQuery. May I Know what are the advantages of jQuery over ajax tech. Is it open a connection with the Server to Browser until the setted cookie info ? Can i able to develop my own function in that & integrate with it? Thanks., Daslim