Giter Club home page Giter Club logo

arte's People

Watchers

 avatar

arte's Issues

Doesn't work in jQuery.noConflict(); mode

What steps will reproduce the problem?
1. set  var myJqName=jQuery.noConflict(); 

What is the expected output? What do you see instead?
- no output at all

What version of the product are you using? On what operating system?
1.7 and 1.0

Please provide any additional information below.

Thanks for arte. It is wonderful except for one thing... it doesn't respect the 
   var myJqName=jQuery.noConflict(); 
convention, used to resolve clashes with other libraries.

Looking inside the code, I can see that you've used the $ convention for object 
names instead of jQuery as recommended in the plugin coding guidelines. I tried 
swapping these, but still couldn't get arte to work in noconflict mode.

But many thanks for making it!  :-)
Best wishes
David Green (UK)

Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 6:13

Multiple instances of $.arte

What steps will reproduce the problem?
I have content from two different file, who want to be load on different place, 
i have try to make two instances of $.arte, but just only first instance who 
can be execute.

What is the expected output? What do you see instead?
I expected to be working with two instance correctly, but I just see the first 
instance who work correctly and the another one not display anything.

What version of the product are you using? On what operating system?
1.7 and 1.0

Please provide any additional information below.
I have been modified your demo file with two instances.

Thanks Very Much :)

Original issue reported on code.google.com by sonic2epix on 3 Dec 2010 at 3:45

Attachments:

Adding html tags to .arte output

first when you generate the xml file add this tags to your xml node 
<![CDATA[...]]> In the jquery-plugin-arte.js modify this line (158):

change this:
$(html_item).text($(this).text());

to this:
$(html_item).html($(this).text());

and you are ready to update in realtime html div, spans, a, img...whatever html 
tags you want! cool uh?

share your updates like i did so we can upgrade this awesome jquery plugin!

Original issue reported on code.google.com by [email protected] on 19 Nov 2011 at 4:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.