• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
Whose rules are you playing by? This tiny ad doesn't respect those rules:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic