Hi, i need to modify the jquery base lib cause i want to use http://keith-wood.name/svg.html but don''t know where the base lib is located and if there is a better way to do what i want to? Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Please have a look @ this link http://www.w3schools.com/jquery/jquery_intro.asp On Oct 16, 12:04 am, Romain Maz BILLOIR <billo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, i need to modify the jquery base lib cause i want to usehttp://keith-wood.name/svg.htmlbut don''t know where the base lib is > located and if there is a better way to do what i want to? > > Thanks.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
2011/10/15 Romain Maz BILLOIR <billoirr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> Hi, i need to modify the jquery base lib cause i want to use > http://keith-wood.name/svg.html but don''t know where the base lib is > located and if there is a better way to do what i want to?Why do you need to modify jQuery base lib? Did not find any hints for that in your link... Just do what they say on the page, copy the css and the js into a public reachable directory and refer them from your html. When using jquery-rails (as it is standard in rails 3.1) jquery itself should already be inlcuded automatically. In any other case, no one knows better than you where you have it on your harddisk. besides, it would help us to help you if you had give us some information about your environment, such as rails version and a list of installed gems that could possibly interfere with your problem... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Romain Maz BILLOIR
2011-Oct-16 09:18 UTC
Re: What is the best way to modify the jquery lib.
Kallada> ? Didn''t help me. Norbert> It''s for SVG DOM: Quoted: Unfortunately, there are some small modifications needed to the base jQuery code for IE that cannot be overridden in the extension. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.