What is the best way to modify the jquery lib

Hi, i need to modify the jquery base lib cause i want to use
jQuery SVG but don’t know where the base lib is
located and if there is a better way to do what i want to?

Thanks.

Hi
Please have a look @ this link

2011/10/15 Romain Maz BILLOIR [email protected]:

Hi, i need to modify the jquery base lib cause i want to use
jQuery SVG 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…

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.