[jQuery] theme switcher widget on ALL pages

2009-11-22 Thread bertaudmarc
Hi all, I would like on my web site one page where I can switch the themes (I did it) but I would like also that the new choice change the layout of ALL pages. For the time being the other pages don't change ! the cookie 'jquery-ui-theme' should help to do that ? All pages have the same header (m

[jQuery] jqgrid dynamic select option with json

2009-11-19 Thread bertaudmarc
Hi, I tried to build a dynamic string for populating a select but my string seems to have a bad format ! var manufacturers= $.ajax( {url:'abcd.php', async:false }).responseText; {name:'manufacturer', index:'manufacturer', editable:true, edittype:'select', editoptions:{ value: manufact

[jQuery] Re: how to remove jqgrid space at far right of grid

2009-11-19 Thread bertaudmarc
Hi, Did you play with scrollOffset, rows number and records number ? e.g: if record < row then scrollOffset = 0 I never tried this. You are right, this space is annoying. I checked the forum of the author. He said that this space is normal. On 13 nov, 21:46, davebrown wrote: > Should have realis