[jQuery] Re: Search for a div tag

2008-06-30 Thread [EMAIL PROTECTED]
These are dynamically generated multiple-select boxes in Sharepoint. The width is currently 143 pixels and we want to expand them so more of the text can be shown. The problem is the boxes are generated on the server. We would like to see if Jquery can automatically expand any items that match

[jQuery] Re: Search for a div tag

2008-06-30 Thread [EMAIL PROTECTED]
Not sure if this went through the first time, but we're trying to update an dynamically generated multiple select box in sharepoint. Here's the pattern we're trying to match. div style='width:143px;height:125px;overflow:scroll' On Jun 27, 7:54 pm, Glen Lipka [EMAIL PROTECTED] wrote: Do these

[jQuery] Re: Search for a div tag

2008-06-30 Thread gf
On Jun 30, 4:56 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: These are dynamically generated multiple-select boxes in Sharepoint. The width is currently 143 pixels and we want to expand them so more of the text can be shown. The problem is the boxes are generated on the server. We would

[jQuery] Re: Search for a div tag

2008-06-27 Thread Glen Lipka
Do these elements have a class or are they random elements that are 143px wide? Glen On Fri, Jun 27, 2008 at 8:10 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Greetings, I am new to JQuery and looking into this. We are trying to find a way to create a client side javascript that looks