[jQuery] jquery ajax tabs with normal forms

2009-03-02 Thread Iswaria

Hi,

I am using jquery ajax tabs.

In one of the tab, i am using a form ( i didn't use jquery form).

while submitting the form, it is going a fresh page. But i want to
retain the tabs.

Any suggestions?

Regards,
Iswaria


[jQuery] unsubscribe me

2009-01-20 Thread Iswaria







frank Shi wrote:

  
hello



function ParseXml(xml){
   var xml='';
   xml+='';
   xml+='33';
   xml+='222';
   xml+='';
   alert(xml);
  $(xml).find("result").each(function()
  {
var id=$(this).children("company");
alert(id.text());
  });
}








above  code  in chrome, firefox run normally, ie7 cant' alert(id.text
())
why?

  





[jQuery] treeview with ajax

2009-01-20 Thread Iswaria

Hi

I am using treeview with AJAX.

But my problem is that when I combine treeview with AJAX, the treeview
is always displaying it in expanded form (I want the treeview in
collapsed form)

Can anyone tell how to make the tree collapsed.

Thanks in advance.


$(document).ready(function(){
$("#tree").treeview({
animated: "fast",
collapsed: true,
unique: true,
control: "#sidetreecontrol"
});
})