[jQuery] Fwd: New era of employment.

2009-10-18 Thread AbhishEk
hey friends, join the following.. quickly. Dis is a healthy initiative... check in the mail below Regards, abhishek -- Forwarded message -- From: j...@yaans.com Date: Sun, Oct 18, 2009 at 8:34 PM Subject: New era of employment. To: mithuabh...@gmail.com Welcome to the new

[jQuery] $.Ajax giving problem in IE

2009-01-28 Thread AbhishEk
Hi, i have a page on which i have used$.ajax for asynchronous call which works quite f9 in firefox but it is not working in IE .. Plz help abhishek

[jQuery] Re: How to force a child page to open in iframe using jquery

2009-01-07 Thread AbhishEk
, 6:39 am, AbhishEk mithuabh...@gmail.com wrote: But , i have such a scenario in my website Sir. and i am not doing it for ill purposes. And also i was searching something similar to what we have security=restricted in case of Internet Explorer.I want to implement the same in case of Firefox

[jQuery] Re: How to force a child page to open in iframe using jquery

2009-01-05 Thread AbhishEk
, 2009 at 12:41 AM, Kean shenan...@gmail.com wrote: The site used a frame braker for a reason, which is, I do not want my site be in someone elses frame. Please respect that or contact that site admin. On Jan 4, 2:43 am, AbhishEk mithuabh...@gmail.com wrote: plz help On Fri, Jan 2, 2009

[jQuery] Re: How to force a child page to open in iframe using jquery

2009-01-04 Thread AbhishEk
plz help On Fri, Jan 2, 2009 at 5:44 PM, AbhishEk mithuabh...@gmail.com wrote: actually , the written javascript directly checks the url of browser nd if it finds a dff , it fires a location.replace command . Plz suggest how can i stop this default behaviour. On Fri, Jan 2, 2009 at 6:51 AM

[jQuery] Re: How to force a child page to open in iframe using jquery

2009-01-02 Thread AbhishEk
frame it's on the same domain, then you have access to it right? I think there's nothing you can do to stop that. On Jan 1, 8:24 am, AbhishEk mithuabh...@gmail.com wrote: Hi, I have a WebPage on which i have an iframe inside which i open child pages . In one of the child pages following

[jQuery] How to force a child page to open in iframe using jquery

2009-01-01 Thread AbhishEk
Hi, I have a WebPage on which i have an iframe inside which i open child pages . In one of the child pages following script is written script type=text/javascript if (self != top) { if (window.location.href.replace) top.location.replace(self.location.href); else

[jQuery] [jQuery]how to create a Firefox Extension using jquery

2008-12-09 Thread AbhishEk
i was trying to replace my javascript statements with jquery statements by including the jquery file in *.xul file. the xul file line is as under: script type=application/x-javascript src=chrome://extensionname/content/jquery-1.2.6.min.js/ and i am trying to access the $/ jquery functions in

[jQuery] Re: [jQuery]how to create a Firefox Extension using jquery

2008-12-09 Thread AbhishEk
someone please reply dear..plz help On Wed, Dec 10, 2008 at 10:06 AM, AbhishEk [EMAIL PROTECTED] wrote: i was trying to replace my javascript statements with jquery statements by including the jquery file in *.xul file. the xul file line is as under: script type=application/x-javascript

[jQuery] [jQuery]how to create a Firefox Extension using jquery

2008-12-07 Thread AbhishEk
i , i was trying to replace my javascript statements with jquery statements by including the jquery file in *.xul file. the xul file line is as under: script type=application/x-javascript src=chrome://extensionname/content/jquery-1.2.6.min.js/ and i am trying to access the $/ jquery functions