[jQuery] Re: click treeview and then jqgrid refresh?

2009-07-20 Thread Orcun Avsar
You can use: $("#grid_id").trigger("reloadGrid"); it reloads grid with grid params that may be changed by browser user ( sorting name, page number), so if you want a full refresh or need changed options on grid , you may need to use something like this: $("#grid_id").setGridParam(default_paramete

[jQuery] Defining regular expressions with # selector ??

2008-05-15 Thread Orcun Avsar
Is it possible to define a regex with a # selector that will allow select multible idies. For example i want to select tags with idies those start with "div1." or some idies with more complexed match that can be find through a regexp expression