search for: subcont

Displaying 2 results from an estimated 2 matches for "subcont".

Did you mean: subcount
2007 Jan 11
3
Strange behaviour with Scriptaculous v 1.7.0 beta 2
Hello, I''m testing beta of scriptaculous and I''ve got a stange behaviour. I''m using this RJS : page << "$(''content'').morph({width:''308px''}, {duration:0.5});" page.replace_html ''subcontent'', :partial => ''sub'' page.replace_html ''nav_path'', nav_path page.delay(0.5) do page.visual_effect :grow, ''subcontent'' end but grow set the opacity of subcontent to 0 and I can''t undestand why. before RJS call: <div...
2006 Mar 29
0
MaxConnections in IE and Ajax.Request/Sortable
...IƤve built some functionality in a CMS where you can drag and drop small elements on the page between 2+ panes/containers/divs. Whenever a drag-drop event has occurred (onUpdate) I make a Ajax.Request to save the new layout in the CMS. The code is as follows: in an onload-function: var a = ["subcontent", "main"]; for (var i=0; id=a[i]; i++) { if ($(id)) { Sortable.create(id, { only: [''PEti'',''PElist'',''PEform'',''PEcal'',''PEwi'', ''PEcol''], tag...