Tagged Questions
0
votes
1answer
133 views
reinitialize jquery plugin on ajax event
I'm trying to use this plugin (jqtransform) to make some nicer looking checkboxes. However the checkboxes that I'm trying to apply it to are put on the page through an ajax get() request, where the ...
0
votes
0answers
136 views
Cloning a JQtransform select element makes it unusable?
I am cloning a Select element which is changed by the JQtransform script, and once the clone is made and the element is added the the page, the new Select box is unusable. You can click on it, and i ...
0
votes
0answers
86 views
jqtransform, multiple instance of the same element but with different style?
I used the jqtransform script in order to customize the "Select" field for my website, but i came to a problem when trying to have more than a "select" element on the same page.
I wanted to know if ...
0
votes
2answers
135 views
Joomla - can't embed custom javascript
I have Joomla 1.5
I have found a plugin for form styling, the "jqtransform"
I have an article that imports a 'myform.php' page that connects to an external database
I try to embed the jquery plugin ...
0
votes
1answer
87 views
select option in html select using keys javascript
I have used jqtransform to change the default look of form select. Now i couldn't select an option using arrow keys. I need to select options using keys. How to do that?
Here is my html
<form>
...
0
votes
0answers
70 views
jqtransform not working in thickbox
I have used a form in thick box. I have used jqtransform to apply styles for form elements. But it's not working inside the thickbox. Jqtransform styles applied for the forms in page but not applied ...
1
vote
0answers
296 views
Trouble integrating jqtransform plugin with Cascade drop down
I have 3 select boxes that load dynamical based on the selection in each box. These work correctly before I try and style the page using the jqtransform plugin. I have tried to figure this out and ...
0
votes
0answers
94 views
jqtransform - without submitting a form
I'm using a template where they use jqtransform for a form. The form only contains a Select element.
I'm using this Select element to change url according to the value of the Option in the Select ...
0
votes
0answers
133 views
Open a link from a listbox, in a div with jqtransform
Not sure if the title is clear but anyway i'll try to explain my situation as much as i can.
This is a js function for readingthe value of a option in a listbox after choosing which category:
...
3
votes
2answers
2k views
How to set option selected when using jqtransform on select element
How to set option selected when using jqtransform on select element.
I'm using jqtransform for my form , and I want to set appropriate option value to be selected when I'm retrieving saved data from ...
0
votes
1answer
672 views
Jqtransform Targetting specific form objects (Not all)
I am using jqtransform:
This work:
<script type="text/javascript">
$(function() {
//find all form with class jqtransform and apply the plugin
...
2
votes
2answers
4k views
jqTransform Select - Ajax Update?
I'm using the jqTransform plugin to style my form elements, which has led to a slight problem with my select boxes. It appears the select box is hidden and replaced by a custom DIV containing a list, ...
1
vote
2answers
2k views
jqTransform Select - Scroll to letter typed
I've got a form that uses jqTransform to replace the standard select boxes and radio buttons. It all works fine and dandy, except one thing that annoys me:
Since it replaces the select box with a ...
1
vote
1answer
312 views
Bug using jqTransform plugin
I'm using jqTransform plugin to add some styling in my page's form items.
There are three forms placed in tabs, and the selectboxes in second and third tab are not working correctly.
It seems that ...
0
votes
1answer
930 views
Error using jqtransform. 'offset().top' is null or not an object. <select> is filled with javascript, not <option> tags
This next challenge of mine involves jqtransform which can be found here
http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/
I have a dropdownlist, and its items are populated using the ...
0
votes
3answers
590 views
Live() function not working with some elements
I'm trying to bind some change events to a select element which has been previously been transformed by jqTransform (http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/).
As change() ...
4
votes
3answers
4k views
jqTransform Update Select Options
I'm dynamically altering a select list's options. I am using the jqTransform plugin. It won't update itself automatically, which I didn't expect it would, but I can find a method for updating the ...
0
votes
1answer
813 views
jQuery plugin - jqTransform BUG value option on dropdown
If I have:
<select name="select2" >
<option value="99">Big Option test</option>
<option value="100">Option 2</option>
<option value="101">Option ...
0
votes
1answer
1k views
Changing jqtransform radio button class via JavaScript
I am trying to get my jqtransform'd radio buttons to switch to "checked" via my rowover javascript that I was already using.
Here is the script for the row over effect without the jqtransform:
...
0
votes
1answer
1k views
Binding change event to select post JQTransform
I have an ASP .Net control with a number of select boxes that go through JQTransforms. I just updated to the newest version of JQuery(1.4.4) and it broke some of my event bindings. Here is the code ...
