[jQuery] Facing issues in UI/tabs

2009-01-07 Thread Ajay
I am facing two issues in using the tabs library : 1. ) I read the old version at http://stilbuero.de/jquery/tabs/ here a method is given to adjust height of all tabs to the largest by : $('#container').tabs({ fxAutoHeight: true }); but in version 3 I couldn't find anything like this in the docu

[jQuery] Sorting a list of objects ( not in table)

2009-01-08 Thread Ajay
Hi all, I have a list of objects that I represent in a search result and I need following features.. on the search ressult page pagination.. filtering and sorting on basis of some parameters.. e.g. http://tinyurl.com/7uldsd I found lot of plugins for doing all this in tables and representing so

[jQuery] Dimension plugin added to jQuery core 1.2.6 is giving different results on IE and mozilla

2008-10-24 Thread Ajay
var key; if(event.charCode) { key = event.charCode; } else if(event.which) { key = event.which; } else if(event.keyCode) { key = event.keyCode; } return key; } #autocompleteOptions { background-color : #F5F5DC; } .redHighlight { background-color : #CD5C5C; } XML Ajax JavaScript CSS Before : After : Regards, Ajay

[jQuery] Excellent Java Consultant For Your Direct Client Requirement

2010-03-01 Thread ajay solanki
Hi, My name is Ajay Solanki and I represent International Business Solutions Ltd. Here I am presenting a brief snapshot summary of the consultant currently available for projects. Please let me know if you have any openings for them. If you have any suitable requirement kindly send it ASAP

[jQuery] Re: Json GET Method

2009-07-20 Thread Ajay Sharma
n data returned by the service. > > > > am a total newbie. > > any help wil be appricitd. > > > > Jayz > -- Ajay Sharma

[jQuery] Re: Parsing a complicated JSON file with JQUERY !

2009-07-22 Thread Ajay Sharma
lease refer to manual > > > section about Built-in behaviors for more information). Let's set up a > > > few models so we can see how bindModel() and unbindModel() work. We'll > > > start with two models: This association creation and destruction is > > > done using the CakePHP model bindModel() and unbindModel() methods. > > > (There is also a very helpful behavior called \"Containable\", please > > > refer to manual section about Built-in behaviors for more > > > information). Let's set up a few models so we can see how bindModel() > > > and unbindModel() work. We'll start with two models: > > > ","visible":"1","Category":{"id":"1","name":"CSS"},"Comment": > > > [{"id":"2","post_id":"1","date":"2009-07-22 14:10:00","content":"Nice > > > TUTO ,Keep it up Dude!","userName":"Reda","a_url":"http:\/\/ > > > k...@hani.bikhir","e_mail":"ma...@gmailika.hy","showMail":"1"}, > > > {"id":"6","post_id":"1","date":"2009-07-22 14:38:00","content":"Nice > > > TUTO ,Keep it up Dude!","userName":"reda","a_url":"http:\/\/ > > > url.com","e_mail":"m...@mail.fr","showMail":"1"}]}}]},{"Post": > > > {"id":"2","category_id":"1","title":"Beginning CSS","date":"2009-07-21 > > > 22:41:00","content":"Courses 4 Dummies . Beginning > > > CSS","visible":"1"},"Category":{"id":"1","name":"CSS","Post": > > > [{"id":"1","category_id":"1","title":"CSS > > > Mastering","date":"2009-07-21 22:40:00","content":"How 2 CSS Master in > > > 5 Days :D ,This association creation and destruction is done using the > > > CakePHP model bindModel() and unbindModel() methods. (There is also a > > > very helpful behavior called \"Containable\", please refer to manual > > > section about Built-in behaviors for more information). Let's set up a > > > few models so we can see how bindModel() and unbindModel() work. We'll > > > start with two models: This association creation and destruction is > > > done using the CakePHP model bindModel() and unbindModel() methods. > > > (There is also a very helpful behavior called \"Containable\", please > > > refer to manual section about Built-in behaviors for more > > > information). Let's set up a few models so we can see how bindModel() > > > and unbindModel() work. We'll start with two models: This association > > > creation and destruction is done using the CakePHP model bindModel() > > > and unbindModel() methods. (There is also a very helpful behavior > > > called \"Containable\", please refer to manual section about Built-in > > > behaviors for more information). Let's set up a few models so we can > > > see how bindModel() and unbindModel() work. We'll start with two > > > models: ","visible":"1","Category":{"id":"1","name":"CSS"},"Comment": > > > [{"id":"2","post_id":"1","date":"2009-07-22 14:10:00","content":"Nice > > > TUTO ,Keep it up Dude!","userName":"Reda","a_url":"http:\/\/ > > > k...@hani.bikhir","e_mail":"ma...@gmailika.hy","showMail":"1"}, > > > {"id":"6","post_id":"1","date":"2009-07-22 14:38:00","content":"Nice > > > TUTO ,Keep it up Dude!","userName":"reda","a_url":"http:\/\/ > > > url.com","e_mail":"m...@mail.fr","showMail":"1"}]}, > > > {"id":"2","category_id":"1","title":"Beginning CSS","date":"2009-07-21 > > > 22:41:00","content":"Courses 4 Dummies . Beginning > > > > ... > > > > read more ยป -- Ajay Sharma

[jQuery] Re: Parsing a complicated JSON file with JQUERY !

2009-07-23 Thread Ajay Sharma
, > function(json) { >$.each(json, function(i) { > json[i] // current top level index >}) > } > ) > > On Jul 22, 7:30 pm, Ajay Sharma wrote: > > even am having issue with a simple GET request using the GETJSON > > method...could anyone please p