Bug Tracker

Modify

Ticket #9238 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

IE9 issue for using .update function.

Reported by: vijayaneraye Owned by:
Priority: low Milestone: 1.next
Component: misc Version: 1.6
Keywords: Cc:
Blocking: Blocked by:

Description

Hi All,

I am gettinn following error message for .update method

Unable to get value of the property 'update': object is null or undefined using IE9.it works fine for all other browser including IE7/IE8 and FF

my code is to change the span text the line $$('#cart-toggle span')[0].update('Show Cart'); is giving me error in follwoing code

show: function() {

$('cart-options').removeClassName('hidden').addClassName('show'); $$('#cart-toggle span')[0].update('Show Cart'); $('cart-hdr').show(); $('cart-wrapper').show(); Cookie.set("portfolioCartDisplay", "show");

}

Change History

comment:1 in reply to: ↑ description Changed 2 years ago by vijayaneraye

Replying to vijayaneraye:

Here is my div

Here is div defined.

<ul class="tabs visibility-toggle">

<li class="tab"><a href="#" id="cart-toggle"><span>&nbsp;Hide Cart</span></a></li>

</ul>

please help me.

Hi All,

I am gettinn following error message for .update method

Unable to get value of the property 'update': object is null or undefined using IE9.it works fine for all other browser including IE7/IE8 and FF

my code is to change the span text the line $$('#cart-toggle span')[0].update('Show Cart'); is giving me error in follwoing code

show: function() {

$('cart-options').removeClassName('hidden').addClassName('show'); $$('#cart-toggle span')[0].update('Show Cart'); $('cart-hdr').show(); $('cart-wrapper').show(); Cookie.set("portfolioCartDisplay", "show");

}

comment:2 Changed 2 years ago by timmywil

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to misc

update is not a method in jQuery core. Please notify the plugin author for help with the issue.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.