jqtransform

JQTransform - Exclude an element from styling?

时光怂恿深爱的人放手 提交于 2020-01-01 05:28:31
问题 I'm using JQTransform to style all form elements. Is it possible to disable the styling on a specific element, leaving all the others styled by JQTransform? 回答1: I've added if( $input.hasClass('ignore') == true ) { return; } to line 99 of the plugin to ignore any text fields with class=ignore. Maybe this will help you. 回答2: Use the class jqtransformdone . It is built in-to the plugin. 回答3: I'm confirming that mattbee's solution has worked for me in leiu of a response from the member posting

jQuery jqtransform multiple forms on same page z-index?

血红的双手。 提交于 2019-12-25 01:28:45
问题 http://auteli.com/login.php login: Autelek pass: Autelek123 Go to My Geographical Apps Now i have a couple of dropdown menus and a problem with the z-index, the dropdowns are hiding each other. I've tried z-index !important, change the z-index with javascript but still nothing. I believe it's the having multiple forms. 回答1: When I clicked in Add (Available Areas), others combos had try to reload, but they fail. If you want reload these combos, you need to reset select container style and

Error using jqtransform. 'offset().top' is null or not an object. <select> is filled with javascript, not <option> tags

ぐ巨炮叔叔 提交于 2019-12-08 09:18:00
问题 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 function buildSelect1() which is located in the <head> of the page (special thanks to Brian Glaz for writing such a wonderful script at write labels for <option> tags based on selectedIndex using JavaScript) The <select> box is being styled using the popular jqTransform plugin for jQuery. There

JQTransform - Exclude an element from styling?

狂风中的少年 提交于 2019-12-03 14:33:49
I'm using JQTransform to style all form elements. Is it possible to disable the styling on a specific element, leaving all the others styled by JQTransform? I've added if( $input.hasClass('ignore') == true ) { return; } to line 99 of the plugin to ignore any text fields with class=ignore. Maybe this will help you. Felipe Use the class jqtransformdone . It is built in-to the plugin. I'm confirming that mattbee's solution has worked for me in leiu of a response from the member posting the question. As instructed, I pasted the code on line 99, above the following line: if($input.hasClass(

is JQ Transform modifying numbers? How can I get past it?

冷暖自知 提交于 2019-12-02 17:04:45
问题 Why this ("Filter" in jqplay.org): {"key":633447818234478180} returns this ("Result" in jqplay.org): {"key": 633447818234478200} Original JSON doesn't matter. Why is it changing 180 into 200? How can I overcome this? Is this a bug? A number too big? 回答1: I believe this is because jq can only represent legal JSON data and the number you've given is outside the range that can be represented without loss of precision. See also What is JavaScript's highest integer value that a number can go to

is JQ Transform modifying numbers? How can I get past it?

两盒软妹~` 提交于 2019-12-02 12:24:36
Why this ("Filter" in jqplay.org): {"key":633447818234478180} returns this ("Result" in jqplay.org): {"key": 633447818234478200} Original JSON doesn't matter. Why is it changing 180 into 200? How can I overcome this? Is this a bug? A number too big? I believe this is because jq can only represent legal JSON data and the number you've given is outside the range that can be represented without loss of precision. See also What is JavaScript's highest integer value that a number can go to without losing precision? If you need to work with larger numbers as strings in jq you may want to try this

jqTransform Select - Ajax Update?

纵然是瞬间 提交于 2019-11-30 15:40:22
问题 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, etc. I've managed to get the plugin firing the select's click event when something is selected from the list, but I'm having a little trouble updating the visual list - it appears the plugin doesn't support ajax update out of the box. Does anyone have experience of performing ajax updates on

jqTransform Select - Ajax Update?

假装没事ソ 提交于 2019-11-30 15:15:39
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, etc. I've managed to get the plugin firing the select's click event when something is selected from the list, but I'm having a little trouble updating the visual list - it appears the plugin doesn't support ajax update out of the box. Does anyone have experience of performing ajax updates on selects transformed by jqTransform? Transformed select looks something like: <div class=