parmarmayur9090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Object doesn't support this method or property #233

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
$Id: jquery.datePicker.js 100 2010-06-23 10:45:28Z kelvin.luck $
In IE 8.0 it show the error Object doesn't support this method or property and 
show the line number 769,770 in that line this code is thr.
var eleOffset = $ele.offset();

could you help me to solve this problem...

Original issue reported on code.google.com by ssrvi...@gmail.com on 13 Aug 2010 at 9:45

GoogleCodeExporter commented 8 years ago
What version of jQuery are you using? I think offset was introduced in jQuery 
1.3... The current version is 1.4.2...

Original comment by kelvin.l...@gmail.com on 13 Aug 2010 at 9:50

GoogleCodeExporter commented 8 years ago
yeah I used the following version only,jQuery JavaScript Library v1.3.2. in 
this version the the jquery.datepicker.js file isn't work in the IE 8.0 
Browser.am i correct? if i use the current version 1.4.2 it ll work in the IE 
Browser na?

Original comment by ssrvi...@gmail.com on 16 Aug 2010 at 7:03

GoogleCodeExporter commented 8 years ago
I just checked and apparently offset was introduced in 1.2 so it should be OK 
with 1.3.2. However, I always recommend using the latest version of jQuery. As 
far as I know the date picker should work fine in IE8 - do my example pages 
work correctly for you?

Original comment by kelvin.l...@gmail.com on 16 Aug 2010 at 10:42

GoogleCodeExporter commented 8 years ago
now I used these two versions $Id: jquery.datePicker.js 100 2010-06-23 
10:45:28Z kelvin.luck $  jQuery JavaScript Library v1.4.2 but it still showing 
the error. here i attached the screenshot plz ve a look at that. i ve one more 
doubt i used the "bgiframe version 2.1.2" shall i use this file or not. pls 
help me. thank you.

Original comment by ssrvi...@gmail.com on 17 Aug 2010 at 6:31

Attachments:

GoogleCodeExporter commented 8 years ago
I'm not sure why you are seeing the problem... With the latest versions it 
should work fine - do you see problems on my demo pages?

The bgiframe plugin ensures that the date picker sits on top of any select 
elements on the page in older versions of IE - it is only necessary if you have 
select elements on your page near to the location of the datepicker...

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 8:10

GoogleCodeExporter commented 8 years ago
i used ur demo pages it didn't return any  error. it working fine. did u seen 
my screenshot? but i dont know why that problem occured for me. thats why i 
asked to u. ok anyway i ll try to solve this. thank you for your kind reply for 
all my queries.

Original comment by ssrvi...@gmail.com on 17 Aug 2010 at 9:39

GoogleCodeExporter commented 8 years ago
No problem. If it works OK on the demo pages but not on your site then there 
must be something on your site which is breaking it. If you can send me a URL I 
can try to take a look...

Original comment by kelvin.l...@gmail.com on 17 Aug 2010 at 9:41

GoogleCodeExporter commented 8 years ago
Hi, U asked me the URL on that day before that could you send me your mail id 
to my mail id "ssrvimal@gmail.com". so that i can send u the url and username 
details. 

Original comment by ssrvi...@gmail.com on 15 Sep 2010 at 11:36

GoogleCodeExporter commented 8 years ago
Hi, have you seen my mail. pls send your mail id i ll fwd the URL and UserName 
Details.

Original comment by ssrvi...@gmail.com on 16 Sep 2010 at 7:14

GoogleCodeExporter commented 8 years ago
You can contact me through the form on my website:

http://www.kelvinluck.com/contact/

Original comment by kelvin.l...@gmail.com on 16 Sep 2010 at 8:24

GoogleCodeExporter commented 8 years ago
Hi ssrvimal,

I've looked at the URL you sent me and there is a number of things that could 
be causing problems.

For a start, you are including three copies of jQuery in the head of your 
document!!

<script type="text/javascript" src="/jlf/js/jquery.js"></script>
<script type="text/javascript" src="/jlf/js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="/jlf/js/jquery-1.1.3.1.pack.js"></script>

I have no idea why you are doing this but it will cause problems. 1.1.3 is 
included last so will probably override the other versions. And 1.1.3 is a very 
very old version of jQuery.

Replace those lines with:

<script type="text/javascript" 
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

Original comment by kelvin.l...@gmail.com on 17 Sep 2010 at 8:05

GoogleCodeExporter commented 8 years ago
Hi,

      Thank you very much. Its working fine in the IE Browser. Thanks a lot...

Original comment by ssrvi...@gmail.com on 20 Sep 2010 at 7:22