Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7999301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:28:02+00:00 2026-06-04T15:28:02+00:00

How can you specify cross-browser transform controls using jQuery since each browser seems to

  • 0

How can you specify cross-browser transform controls using jQuery since each browser seems to use its own methodology?

Here is the code I am using for Firefox but I can’t even get it to work. I think it’s because there is no way to tell which transformation – scale, rotate, skew – to use.

$(".oSlider-rotate").slider({
     min: 10,
     max: 74,
     step: .01,
     value: 24,
     slide: function(e,ui){
                 $('.user-text').css('transform', ui.value)

            }                
  });
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T15:28:03+00:00Added an answer on June 4, 2026 at 3:28 pm

    If you want to use a specific transform function, then all you need to do is include that function in the value. For example:

    $('.user-text').css('transform', 'scale(' + ui.value + ')');
    

    Secondly, browser support is getting better, but you’ll probably still need to use vendor prefixes like so:

    $('.user-text').css({
      '-webkit-transform' : 'scale(' + ui.value + ')',
      '-moz-transform'    : 'scale(' + ui.value + ')',
      '-ms-transform'     : 'scale(' + ui.value + ')',
      '-o-transform'      : 'scale(' + ui.value + ')',
      'transform'         : 'scale(' + ui.value + ')'
    });
    

    jsFiddle with example: http://jsfiddle.net/jehka/230/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Normally we can specify a target in the link or use javascript window.open to
When using Ninjects ConstructorArgument you can specify the exact value to inject to specific
I recently began setting up my own library and projects using a cross platform
How can I use configure and make tools to specify to use 64 bit
You can specify equations using <equation> and also several others, but what tag must
Can I specify the javac path from within ant, when using fork ? I'm
I can specify any ruby file to use specific encoding by add a comment
Can I specify an y offset in the url path when I use bookmarks
I can specify the Margin for each stack panel element, but that will be
I know I can specify one for each form, or for the root form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.