anyone out there know how to make different hover and selected states for tabs within the same spry ta开发者_C百科bbed menu?
I am using a combination of PHP, jQuery and Spry to serve a series of listboxes in which a user will select first the type of vehicle, then the make, then the model and finally the specific model.
I\'m using the jQuery validate() plugin for some forms and it goes great. The only thing is that I have an input field that requires a special validation process. Here is how it goes:
I have a PHP form with one input and a button. A jQuery script (\'loading\' animate开发者_如何学Cd gif) is triggered on the click of the submit button.
We have an application which relies heavily on Adobe Spry. For authentication purposes a Single Sign On Solution is used. (Its a WebSeal, but I don\'t think that matters to much)
I added a spry accordion, but the panels only open if the user clicks on it. Is it p开发者_如何学JAVAossible to open a panel by mouseover? And if so how?
I need to retrieve the file name of an HTM file - the file needs to retrieve its own file name - to use in another Javascript function within the same file. So far I have -