[jQuery] 2 onchange functions - 1 jquery, 1 prototype - not working in safari
Hi all,
Im using the jNice plugin on a select box in a form of mine in Rails.
Im also calling a custom JS function which uses Prototype on the same
select box.
<%= f.collection_select :item_name, Item.all, :item_for_order, :name,
{ :name => "select", :onchange => "item_row($(this));"} %>
now both jNice and item_row() work in FF when i change the selected
value. But it does not work in Safari. In safari, the page jumps to
the top when i click on a selection, if i click on it again, jNice
works. item_row() does not.
Now im not sure what the problem is. Im using jQuery.noConflict to
avoid conflict between the two libraries and otherwise, the JS heavy
page is working fine.
Anyone with any experience/ tips on this one?
Vinay.