• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Combo box hiding when using jQuery form transformation

 
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I am using SpryAssets jQuery plugin by Adobe and designed the form with few tabbed panels. but my problem is combo box is working with first tab, but not in the rest. I dont know whats wrong as i use the same code as of in 1st tab.

Here is the HTML code



the code at line 25 works. the continuity of the code which is not working is



This part of code is not working. Sorry for posting such a long code
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow, it looks to me like Adobe needs to learn how to write jquery plugins that actually do something. That's a lot of code. Could you be more precise by what you mean by ' combo box is working with first tab, but not in the rest. I dont know whats wrong as i use the same code as of in 1st tab.' What isn't working? What are you expecting and what are the results you are getting?
 
Rajkumar balakrishnan
Ranch Hand
Posts: 445
Android Eclipse IDE Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
^^
Thanks for the reply. I have a page with 5 tabbed panels. The combo box in 1st page rendered perfectly while the combo box in rest of the panels are not. By not, i mean the combo box is not displaying, but i can see the trace of it.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic