[jQuery] Search & Replace RegExp in entire form

2009-10-13 Thread gBurgur
I have a validation regular expression: [?&\-#$%():;,._ 0-9a-zA-Z] in a hundreds of pages in edit boxes. Is there anyway I can on-the-fly add two items to this list: (after a page loads) 1) A single quote : ' 2) A double quote : " Sort of like a search and replace for the ENTIRE form (html d

[jQuery] Re: SuperFish Menu CSS

2009-09-06 Thread gBurgur
ltiple widths required try the supersubs.js > plugin. > gBurgur wrote:Would it make a difference that I have: > jQuery('ul.sf-menu').superfish(); instead of: $("ul.sf-menu").superfish(); On > Sep 5, 3:01 pm, Lexmarketingwrote:You need //link to the > CSS

[jQuery] Re: SuperFish Menu CSS

2009-09-05 Thread gBurgur
gt; // link to the JavaScript files (hoverIntent is optional) > > > > // initialise Superfish > > >     $(document).ready(function(){ >         $("ul.sf-menu").superfish(); >     }); > > > > // and an ul with the class "sf-menu" >

[jQuery] Re: SuperFish Menu CSS

2009-09-05 Thread gBurgur
 ... > > > i hope i can help you! > > can you post a link to your website? > > On 5 Sep., 19:16, gBurgur wrote: > > > I have played around with some of SuperFish's CSS but I can't really > > do much to it.  (I'm a newbie.)  Everything is in the defa

[jQuery] SuperFish Menu CSS

2009-09-05 Thread gBurgur
I have played around with some of SuperFish's CSS but I can't really do much to it. (I'm a newbie.) Everything is in the default Blue color which is fine, but the menu looks too basic. I am using a horizontal menu. There are 3 CSS files: superfish.css superfish-navbar.css superfish-verti

[jQuery] Table TableRow Selector String Formator

2009-09-01 Thread gBurgur
I am a newbie to jQuery and I posted a question a couple of days ago and it was swiftyly answer. The results of which helped me create a couple of functions which I am posting. Initially, I was searching for rows of a table with wildcard search parameter. Example: id*=\"IndividualsExisting" (noti